Skip to content

Commit a38441d

Browse files
committed
Build project first to make sure test-jar dependencies are available for graalvm unit tests.
1 parent 5684000 commit a38441d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
- id: graalvm-native-test
100100
name: GraalVM Native Test
101101
run: |
102+
# Build the entire project first to ensure test-jar dependencies are available
103+
mvn -B install -DskipTests
104+
102105
# Find modules with graalvm-native profile and run tests.
103106
# This will make sure to discover new GraalVM supported modules automatically in the future.
104107
for module in powertools-*/pom.xml; do

0 commit comments

Comments
 (0)