From d5a79999c9e3fa27ceddba78b8b1059ed1d2455f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 21 Jul 2024 19:50:16 +0000 Subject: [PATCH] we want the gw file, not the qa one --- .gitea/workflows/.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/.build.yaml b/.gitea/workflows/.build.yaml index 4ffe89e..fcd0bb7 100644 --- a/.gitea/workflows/.build.yaml +++ b/.gitea/workflows/.build.yaml @@ -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