Skip to content

Commit 5d8a26c

Browse files
committed
[CI] Skip compile on samples execution
In our check-samples.yml we always compile with Java 25 but we execute with varying JVMs from 17-25. However, since NullAway is in main it requires Java 22+. This commit skips the compileJava target as it should be compiled by previous step that puts it in local publications repo. Signed-off-by: onobc <[email protected]>
1 parent 7573564 commit 5d8a26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ jobs:
111111
-PpulsarVersion="$PULSAR_VERSION" \
112112
-PtestToolchain="$JAVA_VERSION" \
113113
-PsampleTests \
114+
-x compileJava \
114115
${{ matrix.samplesTarget }}

0 commit comments

Comments
 (0)