Skip to content

Commit

Permalink
removes debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Aug 28, 2024
1 parent 0d224c1 commit ff998c1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff998c1

Please sign in to comment.