diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e05c7ca..3bbaf28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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()