playwright install
This commit is contained in:
parent
3eca22ae78
commit
964d354212
@ -18,6 +18,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
playwright install
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
behave
|
||||
|
@ -19,6 +19,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
python -m pip install -r requirements.txt
|
||||
playwright install
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user