set workflow labels correctly
This commit is contained in:
parent
f9d9fbba2a
commit
8c3529e353
@ -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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user