diff --git a/.gitea/workflows/.build.yaml b/.gitea/workflows/.build.yaml index e97c01a..64321b6 100644 --- a/.gitea/workflows/.build.yaml +++ b/.gitea/workflows/.build.yaml @@ -17,6 +17,8 @@ jobs: - name: Prep Python Environment run: 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 run: pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules