Skip to content

Commit 6b98d23

Browse files
authored
Update tagged-release.yml
1 parent 9b1dca7 commit 6b98d23

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tagged-release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,13 @@ jobs:
135135
- name: Create datagen assets
136136
continue-on-error: true
137137
run: ./gradlew runData
138-
138+
timeout-minutes: 10
139+
env:
140+
CM_RELEASE: true
141+
139142
- name: Test JAR with GameTest Server
140143
run: ./gradlew runGameTestServer
144+
timeout-minutes: 20
141145
env:
142146
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
143147
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -151,6 +155,7 @@ jobs:
151155

152156
- name: Build JAR
153157
run: ./gradlew build
158+
timeout-minutes: 10
154159
env:
155160
CM_RELEASE: true
156161
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
@@ -248,4 +253,4 @@ jobs:
248253
env:
249254
CM_RELEASE: true
250255
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
251-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
256+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)