Skip to content

Commit

Permalink
another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Aug 13, 2024
1 parent 6b83067 commit 5748346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5748346

Please sign in to comment.