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 e0c994c commit d74c8feCopy full SHA for d74c8fe
.github/workflows/ci.yml
@@ -76,6 +76,11 @@ jobs:
76
npm install
77
CI=false npm run build
78
79
+ - name: Show LocalStack logs
80
+ if: always()
81
+ run: |
82
+ localstack logs
83
+
84
- name: Stop LocalStack
85
run: |
86
localstack stop
@@ -86,12 +91,7 @@ jobs:
91
AWS_SECRET_ACCESS_KEY: test
87
92
AWS_REGION: us-east-1
88
93
89
- mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
90
-
- - name: Show LocalStack logs
- if: always()
- run: |
94
- localstack logs
+ mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
95
96
- name: Send a Slack notification
97
if: failure() || github.event_name != 'pull_request'
0 commit comments