From 552d71cc85155297da7e13ccd4c4e58709fba9cf Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 21 Jul 2024 19:48:38 +0000 Subject: [PATCH] annnd... another typo --- .gitea/workflows/.build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/.build.yaml b/.gitea/workflows/.build.yaml index 64321b6..4ffe89e 100644 --- a/.gitea/workflows/.build.yaml +++ b/.gitea/workflows/.build.yaml @@ -17,8 +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 + && 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