We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5684000 commit a38441dCopy full SHA for a38441d
.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