kludge to get the .env set up in the workflow
Some checks failed
build / build (push) Failing after 3s

This commit is contained in:
Greg Gauthier 2024-07-21 19:46:59 +00:00
parent 3bd6eb36f8
commit 8d1186a073

View File

@ -17,6 +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
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