Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Aug 13, 2024
1 parent 4f9e4de commit 050aa20
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 --keys='${{ secrets.TEST_SETTINGS }}'
run: cd src && pytest tests/test_dbmodels.py --keys='${{ secrets.TEST_SETTINGS }}'

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

0 comments on commit 050aa20

Please sign in to comment.