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