Fixed name convention for all actions

This commit is contained in:
caiotavaresdito 2021-10-27 08:28:51 -04:00
parent a2c424a990
commit d6ce44636e
1 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: | run: |
pip install -r tests/requirements.txt pip install -r tests/requirements.txt
- name: Boilerplate - name: Run tests environments
id: test-environments id: test-environments
run: | run: |
pytest -vv tests/cloud_operations tests/data_solutions tests/factories tests/foundations tests/networking pytest -vv tests/cloud_operations tests/data_solutions tests/factories tests/foundations tests/networking
@ -75,8 +75,8 @@ jobs:
run: | run: |
pip install -r tests/requirements.txt pip install -r tests/requirements.txt
- name: Boilerplate - name: Run tests examples
id: test-environments id: test-examples
run: | run: |
pytest -vv tests/examples pytest -vv tests/examples
@ -104,7 +104,7 @@ jobs:
run: | run: |
pip install -r tests/requirements.txt pip install -r tests/requirements.txt
- name: Boilerplate - name: Run tests modules
id: test-environments id: test-modules
run: | run: |
pytest -vv tests/modules pytest -vv tests/modules