Skip to content

Commit

Permalink
outputs properties file for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Aug 28, 2024
1 parent 08f5f15 commit a9fd36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ jobs:
continue-on-error: true

- name: Output container logs
run: docker logs $(basename $(pwd))-vos-api-1
run: docker compose logs vos-api

- 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 a9fd36a

Please sign in to comment.