Skip to content

Commit fa1adea

Browse files
committed
Disable tests with manual build
1 parent 0f5f5e0 commit fa1adea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
native-image-musl: ${{ matrix.musl }}
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
- run: |
36-
./gradlew build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }}
37-
- uses: actions/upload-artifact@v2
36+
./gradlew build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -x test
37+
- uses: actions/upload-artifact@v3
3838
with:
3939
name: spring-shell-samples-${{ matrix.nickname }}
4040
retention-days: 1

0 commit comments

Comments
 (0)