Skip to content

Commit

Permalink
try to debug broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Aug 3, 2024
1 parent 2b956a1 commit a7d7244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Test
run: |
docker run -e PYTHONUNBUFFERED=1 --rm --workdir /opt/pyda/tests --entrypoint python3 pyda_tmp run_tests.py
docker run -e PYTHONUNBUFFERED=1 --rm --workdir /opt/pyda/tests --entrypoint python3 pyda_tmp run_tests.py --debug
- name: Push image
uses: docker/[email protected]
Expand Down

0 comments on commit a7d7244

Please sign in to comment.