Skip to content

Commit

Permalink
build($Maven): support parallel JUnit 5 tests
Browse files Browse the repository at this point in the history
support parallel JUnit 5 tests

BREAKING CHANGE: support parallel JUnit 5 tests
  • Loading branch information
johnnymillergh committed Apr 4, 2022
1 parent 4a395de commit 1b0a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Grant execute permission for mvnw
run: chmod +x mvnw
- name: Build with Maven
run: ./mvnw clean install -V -q -Dmaven.javadoc.skip=true -Djib.to.auth.username=$DOCKER_HUB_USERNAME -Djib.to.auth.password=$DOCKER_HUB_PASSWORD
run: ./mvnw clean install --show-version -Djunit.jupiter.execution.parallel.enabled=true -Dmaven.javadoc.skip=true -Djib.to.auth.username=$DOCKER_HUB_USERNAME -Djib.to.auth.password=$DOCKER_HUB_PASSWORD
- name: Display built artifacts
run: |
dir
Expand Down

0 comments on commit 1b0a3e8

Please sign in to comment.