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