From 5748346f67608434df2f6763bb061c16a5f4f175 Mon Sep 17 00:00:00 2001 From: ellenyuX Date: Tue, 13 Aug 2024 12:10:40 +0200 Subject: [PATCH] another small fix --- .github/workflows/deploy-dev-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dev-environment.yml b/.github/workflows/deploy-dev-environment.yml index 890779a..70218b8 100644 --- a/.github/workflows/deploy-dev-environment.yml +++ b/.github/workflows/deploy-dev-environment.yml @@ -33,7 +33,7 @@ jobs: # Optional: Add step to run tests here (PyTest, Django test suites, etc.) - name: Run tests run: | - python3 src/runTests.py --keys "$(echo '[{\"name\": \"SECRET_KEY\", \"value\": \"${{ secrets.SECRET_KEY }}\"}]')" + cd src && python runTests.py --keys='${{ secrets.TEST_SETTINGS }}' - name: Zip artifact for deployment run: zip release.zip ./* -r