set workflow labels correctly
All checks were successful
behave / build (3.12) (push) Successful in 1m2s
Pylint / build (3.12) (push) Successful in 9s
pytest / build (3.12) (push) Successful in 1m1s

This commit is contained in:
Greg Gauthier 2024-07-24 21:50:03 +01:00
parent f9d9fbba2a
commit 8c3529e353
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Pylint name: behave
on: [ push ] on: [ push ]
@ -20,6 +20,6 @@ jobs:
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
playwright install playwright install
playwright install chrome playwright install chrome
- name: Analysing the code with pylint - name: Run cucumber playwright tests
run: | run: |
behave behave

View File

@ -1,4 +1,4 @@
name: Pytests name: pytest
on: [ push ] on: [ push ]
@ -21,6 +21,6 @@ jobs:
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
playwright install playwright install
playwright install chrome playwright install chrome
- name: Analysing the code with pylint - name: Run pytest playwright tests
run: | run: |
pytest pytest