This commit is contained in:
parent
8d1186a073
commit
552d71cc85
@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Prep Python Environment
|
- name: Prep Python Environment
|
||||||
run:
|
run:
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
touch .env.qa
|
&& touch .env.qa
|
||||||
echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.qa
|
&& echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.qa
|
||||||
- name: Run Open Api Tests
|
- name: Run Open Api Tests
|
||||||
run:
|
run:
|
||||||
pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
||||||
|
Loading…
Reference in New Issue
Block a user