Skip to content

Commit 8c57b0a

Browse files
authored
Update gradle.yml
Set timeout for the build step
1 parent 964af52 commit 8c57b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
java-package: jdk+fx
4545
cache: 'gradle'
4646
- name: Build GanttProject
47+
timeout-minutes: 10
4748
run: ./gradlew --no-daemon build
4849
- name: Publish Test Results
4950
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)