Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jun 2, 2022
1 parent f4b5f3e commit 9f53f06
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 @@ -54,7 +54,7 @@ jobs:
run: tar -xzf maven-repo.tgz -C ~
- name: Build with Maven
run: |
mvn -V -B -s .github/mvn-settings.xml clean verify -Dall-modules -Dvalidate-format -DskipTests -DskipITs
mvn -V -B -s -U .github/mvn-settings.xml clean verify -Dall-modules -Dvalidate-format -DskipTests -DskipITs
detect-test-suite-modules:
name: Detect Modules in PR
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f53f06

Please sign in to comment.