From ff998c16ad737e28a30f69ccebc809b0f48f375e Mon Sep 17 00:00:00 2001 From: chaduhduh Date: Tue, 27 Aug 2024 19:17:26 -0700 Subject: [PATCH] removes debug steps --- .github/workflows/test.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 966e93a..2217e53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,18 +60,7 @@ jobs: http://localhost:8002/vospace-2.0/vospace/ - name: Seed database - run: sleep 5s && scripts/dev/seed_test_data.sh .env && sleep 3s - - + run: sleep 5s && scripts/dev/seed_test_data.sh .env + - 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 compose logs vos-api - - - name: Output VOS logs - run: docker compose exec vos-api cat /usr/local/tomcat/logs/vospace.log - - - name: Output VOS properties - run: docker compose exec vos-api cat /usr/local/tomcat/webapps/vospace-2.0/WEB-INF/classes/vospace.properties