We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8969146 commit 2aba649Copy full SHA for 2aba649
.github/workflows/tests.yml
@@ -25,6 +25,9 @@ jobs:
25
run: cd examples && docker compose -f docker-compose.local.yml up -d
26
- name: 'Test hello-world'
27
run: curl http://hello-world.test
28
+ - name: 'Output logs'
29
+ run: docker compose -f docker-compose.prod.yml logs
30
+
31
prod-setup:
32
runs-on: ubuntu-latest
33
steps:
@@ -49,3 +52,5 @@ jobs:
49
52
run: cd examples && docker compose -f docker-compose.prod.yml up -d
50
53
51
54
55
56
0 commit comments