Skip to content

Commit 92e7f0b

Browse files
authored
Update build.yml
1 parent 0d86c93 commit 92e7f0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
cache: maven
1717
- name: Build with Maven
1818
run: |
19-
mvn ${MAVEN_CLI_OPTS} package -DskipTests
19+
./mvnw ${MAVEN_CLI_OPTS} package -DskipTests
2020
- name: Test with Maven
2121
run: |
2222
unset GITHUB_ACTIONS
23-
mvn ${MAVEN_CLI_OPTS} test
24-
mvn ${MAVEN_CLI_OPTS} install -DskipTests
25-
mvn ${MAVEN_CLI_OPTS} failsafe:integration-test failsafe:verify
23+
./mvnw ${MAVEN_CLI_OPTS} test
24+
./mvnw ${MAVEN_CLI_OPTS} install -DskipTests
25+
./mvnw ${MAVEN_CLI_OPTS} failsafe:integration-test failsafe:verify
2626
2727

0 commit comments

Comments
 (0)