Skip to content

Commit e0c994c

Browse files
committed
try fixing the tests
1 parent 96f24a7 commit e0c994c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,15 @@ jobs:
7676
npm install
7777
CI=false npm run build
7878
79+
- name: Stop LocalStack
80+
run: |
81+
localstack stop
82+
7983
- name: Run Testcontainers tests
84+
env:
85+
AWS_ACCESS_KEY_ID: test
86+
AWS_SECRET_ACCESS_KEY: test
87+
AWS_REGION: us-east-1
8088
run: |
8189
mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
8290

0 commit comments

Comments
 (0)