Skip to content

Commit

Permalink
trying to fix fault at workfile yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Aug 13, 2024
1 parent 7917827 commit 2622154
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 && 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 2622154

Please sign in to comment.