set workflow labels correctly
This commit is contained in:
parent
f9d9fbba2a
commit
8c3529e353
@ -1,4 +1,4 @@
|
||||
name: Pylint
|
||||
name: behave
|
||||
|
||||
on: [ push ]
|
||||
|
||||
@ -20,6 +20,6 @@ jobs:
|
||||
python -m pip install -r requirements.txt
|
||||
playwright install
|
||||
playwright install chrome
|
||||
- name: Analysing the code with pylint
|
||||
- name: Run cucumber playwright tests
|
||||
run: |
|
||||
behave
|
@ -1,4 +1,4 @@
|
||||
name: Pytests
|
||||
name: pytest
|
||||
|
||||
on: [ push ]
|
||||
|
||||
@ -21,6 +21,6 @@ jobs:
|
||||
python -m pip install -r requirements.txt
|
||||
playwright install
|
||||
playwright install chrome
|
||||
- name: Analysing the code with pylint
|
||||
- name: Run pytest playwright tests
|
||||
run: |
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user