Skip to content

Commit eb6dd40

Browse files
committed
run tests on gha ci
1 parent a969dd4 commit eb6dd40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
npm install
7777
CI=false npm run build
7878
79+
- name: Run Testcontainers tests
80+
run: |
81+
mvn test -Dtest=dev.ancaghenade.shipmentlistdemo.integrationtests.ShipmentServiceIntegrationTest
82+
7983
- name: Show LocalStack logs
8084
if: always()
8185
run: |

0 commit comments

Comments
 (0)