playwright install chrome
All checks were successful
Pylint / build (3.12) (push) Successful in 9s
Pytests / build (3.12) (push) Successful in 58s

This commit is contained in:
Greg Gauthier 2024-07-24 21:46:15 +01:00
parent 964d354212
commit f9d9fbba2a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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