Skip to content

Commit

Permalink
debugging test failures
Browse files Browse the repository at this point in the history
chaduhduh committed Aug 28, 2024
1 parent da9b876 commit d9f071c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -61,6 +61,11 @@ jobs:
- name: Seed database
run: scripts/dev/seed_test_data.sh .env.example


- name: Run Python test suite
run: PUBLISH_PORT=8002 python3 -m unittest testing/test_vospace.py
continue-on-error: true

- name: Output container logs
run: docker logs $(PWD)-vos-api-1

0 comments on commit d9f071c

Please sign in to comment.