We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f369cab commit 32661eeCopy full SHA for 32661ee
.github/workflows/java-wasm-bindings.yml
@@ -45,11 +45,11 @@ jobs:
45
cache: maven
46
47
- name: Build the Java artifacts
48
- run: mvn install
+ run: mvn -ntp install
49
working-directory: java
50
51
- name: Run the tests from the WASM module
52
- run: mvn -pl wasm test
+ run: mvn -ntp test
53
54
55
- uses: actions/upload-artifact@v7
java/api/pom.xml
@@ -69,7 +69,7 @@
69
</goals>
70
<configuration>
71
<sources>
72
- <source>../java</source>
+ <source>target/generated-sources/java</source>
73
</sources>
74
</configuration>
75
</execution>
0 commit comments