Skip to content

Commit

Permalink
hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Aug 13, 2024
1 parent 050aa20 commit a999555
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 @@ -32,7 +32,7 @@ jobs:

# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
- name: Run tests
run: cd src && pytest tests/test_dbmodels.py --keys='${{ secrets.TEST_SETTINGS }}'
run: cd src && python3 runTests.py --keys='${{ secrets.TEST_SETTINGS }}'

- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit a999555

Please sign in to comment.