Skip to content

Commit b2d7554

Browse files
committed
fix pom
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
1 parent d6f523c commit b2d7554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/java-version-matrix-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ jobs:
4848
- name: Build core library artifacts
4949
run: mise exec -- ./mvnw install -DskipTests -Dspotless.check.skip=true -Dcoverage.skip=true -Dcheckstyle.skip=true -Dwarnings=-nowarn -pl '!integration-tests'
5050

51-
- name: Install integration-tests parent POM
51+
- name: Install parent POMs
5252
run: |
5353
cd integration-tests
5454
mise exec -- ../mvnw clean install -N -Dspotless.skip=true
55+
cd it-exporter
56+
mise exec -- ../../mvnw install -N -Dspotless.skip=true
5557
5658
- name: Rebuild sample apps targeting Java ${{ matrix.java-version }}
5759
run: |

0 commit comments

Comments
 (0)