Skip to content

Commit

Permalink
print logs
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Nov 21, 2023
1 parent 3ccf58b commit 9777462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn test:integration
- name: Print Docker Logs
if: always() # This ensures that the logs are printed even if the tests fail
run: docker-compose logs

0 comments on commit 9777462

Please sign in to comment.