Skip to content

Commit 84bb9c9

Browse files
committed
wasm depends on other modules so run without -pl
1 parent f369cab commit 84bb9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-wasm-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
cache: maven
4646

4747
- name: Build the Java artifacts
48-
run: mvn install
48+
run: mvn -ntp install
4949
working-directory: java
5050

5151
- name: Run the tests from the WASM module
52-
run: mvn -pl wasm test
52+
run: mvn -ntp test
5353
working-directory: java
5454

5555
- uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)