From d9f071cf7d0787b5423d55689609e9ca8db4feca Mon Sep 17 00:00:00 2001 From: chaduhduh Date: Tue, 27 Aug 2024 18:32:12 -0700 Subject: [PATCH] debugging test failures --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a445f4..a0006ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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