Skip to content

Commit abb2786

Browse files
committed
. e mvn install instead of build (like it used to do)
1 parent 0ad9614 commit abb2786

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-jdk-8.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- name: Turn off formatting
1919
run: ./set_formatting_off.sh
2020
shell: bash
21-
- name: Build with Mise
22-
run: ./build_and_test.sh
23-
shell: bash
21+
- run: mise exec -- mvn -B install --file pom.xml
2422
- name: Set up JDK8 for runtime testing
2523
uses: actions/setup-java@v5
2624
with:

0 commit comments

Comments
 (0)