Skip to content

Commit

Permalink
Update tagged-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon authored Mar 17, 2022
1 parent 9b1dca7 commit 6b98d23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,13 @@ jobs:
- name: Create datagen assets
continue-on-error: true
run: ./gradlew runData

timeout-minutes: 10
env:
CM_RELEASE: true

- name: Test JAR with GameTest Server
run: ./gradlew runGameTestServer
timeout-minutes: 20
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -151,6 +155,7 @@ jobs:

- name: Build JAR
run: ./gradlew build
timeout-minutes: 10
env:
CM_RELEASE: true
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
Expand Down Expand Up @@ -248,4 +253,4 @@ jobs:
env:
CM_RELEASE: true
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b98d23

Please sign in to comment.