We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad65cc commit 01a6721Copy full SHA for 01a6721
1 file changed
.github/workflows/check-build.yml
@@ -99,6 +99,9 @@ jobs:
99
- id: graalvm-native-test
100
name: GraalVM Native Test
101
run: |
102
+ # Build the entire project first to ensure test-jar dependencies are available
103
+ mvn -B install -DskipTests
104
+
105
# Find modules with graalvm-native profile and run tests.
106
# This will make sure to discover new GraalVM supported modules automatically in the future.
107
for module in powertools-*/pom.xml; do
0 commit comments