Skip to content

Commit d74c8fe

Browse files
committed
shift logs step to higher up
1 parent e0c994c commit d74c8fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
npm install
7777
CI=false npm run build
7878
79+
- name: Show LocalStack logs
80+
if: always()
81+
run: |
82+
localstack logs
83+
7984
- name: Stop LocalStack
8085
run: |
8186
localstack stop
@@ -86,12 +91,7 @@ jobs:
8691
AWS_SECRET_ACCESS_KEY: test
8792
AWS_REGION: us-east-1
8893
run: |
89-
mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
90-
91-
- name: Show LocalStack logs
92-
if: always()
93-
run: |
94-
localstack logs
94+
mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
9595
9696
- name: Send a Slack notification
9797
if: failure() || github.event_name != 'pull_request'

0 commit comments

Comments
 (0)