we want the gw file, not the qa one
All checks were successful
build / build (push) Successful in 6s
All checks were successful
build / build (push) Successful in 6s
This commit is contained in:
parent
552d71cc85
commit
d5a79999c9
@ -18,7 +18,7 @@ jobs:
|
||||
run:
|
||||
python -m pip install -r requirements.txt
|
||||
&& touch .env.qa
|
||||
&& echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.qa
|
||||
&& echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.gw
|
||||
- name: Run Open Api Tests
|
||||
run:
|
||||
pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
||||
|
Loading…
Reference in New Issue
Block a user