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 --upgrade pip
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
playwright install
|
playwright install
|
||||||
|
playwright install chrome
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
behave
|
behave
|
||||||
|
@ -20,6 +20,7 @@ jobs:
|
|||||||
pip install pylint
|
pip install pylint
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
playwright install
|
playwright install
|
||||||
|
playwright install chrome
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user