Skip to content

Commit

Permalink
fixup! Debugging gh workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 15, 2024
1 parent 5f353e2 commit 63aa092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run tests
run: |
podman exec web pytest # Run pytest within the web container
podman exec web pytest app/tests # Run pytest within the web container
- name: Cleanup
if: always()
Expand Down

0 comments on commit 63aa092

Please sign in to comment.