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 cadcbfe commit e6b342bCopy full SHA for e6b342b
.github/workflows/ci.yml
@@ -66,3 +66,8 @@ jobs:
66
AWS_REGION: us-east-1
67
AWS_ACCESS_KEY_ID: test
68
AWS_SECRET_ACCESS_KEY: test
69
+
70
+ - name: Logs out of LocalStack
71
+ if: always()
72
+ run: |
73
+ docker compose logs
0 commit comments