Skip to content

Commit

Permalink
CI: Enabling integration tests requiring docker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Nov 30, 2024
1 parent 0e2d1fc commit bb6578b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
cache: 'maven'
- name: Build with Maven
# See https://maven.apache.org/ref/current/maven-embedder/cli.html
run: ./mvnw --batch-mode -V --fail-at-end --errors install
run: ./mvnw --batch-mode -V --fail-at-end --errors install -Pdocker

0 comments on commit bb6578b

Please sign in to comment.