Skip to content

Commit a9d338d

Browse files
committed
Add timeout for native build
1 parent f12f8c6 commit a9d338d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
node-version: '16'
3939
- run: |
4040
./gradlew clean build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -PspringShellSampleE2E=true
41+
timeout-minutes: 30
4142
- uses: actions/upload-artifact@v3
4243
with:
4344
name: spring-shell-samples-${{ matrix.nickname }}

0 commit comments

Comments
 (0)