Skip to content

Commit d7a7b02

Browse files
committed
[GHA] Squash noise on file transfer on samples
1 parent c35cb70 commit d7a7b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
java --version
5252
native-image --version
5353
- name: Build native image
54-
run: ./mvnw -pl core,extensions,samples/${{ matrix.sample }} -U -D"maven.test.skip" -Pnative -D"license.skip=true" clean package
54+
run: ./mvnw -pl core,extensions,samples/${{ matrix.sample }} -U -D"maven.test.skip" -Pnative -D"license.skip=true" clean package -B -V --no-transfer-progress
5555
- name: Run with native image
5656
run: ./samples/${{ matrix.sample }}/target/mybatis-spring-native-sample-${{ matrix.sample }}
5757
- name: Run with executable jar on AOT mode

0 commit comments

Comments
 (0)