Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jun 9, 2023
1 parent acdeba0 commit 7b9a270
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7b9a270

Please sign in to comment.