Skip to content

Commit 2aba649

Browse files
committed
Add logs to tests GitHub action
1 parent 8969146 commit 2aba649

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: cd examples && docker compose -f docker-compose.local.yml up -d
2626
- name: 'Test hello-world'
2727
run: curl http://hello-world.test
28+
- name: 'Output logs'
29+
run: docker compose -f docker-compose.prod.yml logs
30+
2831
prod-setup:
2932
runs-on: ubuntu-latest
3033
steps:
@@ -49,3 +52,5 @@ jobs:
4952
run: cd examples && docker compose -f docker-compose.prod.yml up -d
5053
- name: 'Test hello-world'
5154
run: curl http://hello-world.test
55+
- name: 'Output logs'
56+
run: docker compose -f docker-compose.prod.yml logs

0 commit comments

Comments
 (0)