From 7b9a2705ea8ff82cbb8bd37f24af72bb3c0ec5f9 Mon Sep 17 00:00:00 2001 From: Paul Tuckey Date: Fri, 9 Jun 2023 21:00:43 +1200 Subject: [PATCH] progress --- .github/workflows/maven.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f32b7d86..e3a47bce 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,6 +23,17 @@ jobs: - name: Build with Maven run: mvn --batch-mode --update-snapshots package + - name: Locally install filter + run: mvn install + + - name: Locally install example + working-directory: container-test/example-webapp + run: mvn install + + - name: Run container tests + working-directory: container-test/test-with-testcontainers + run: mvn test + # - uses: actions/upload-artifact@v3 # with: # name: Package