We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ccdf4 commit 279b345Copy full SHA for 279b345
.github/workflows/ci-tests-nightly.yml
@@ -57,7 +57,10 @@ jobs:
57
- name: Grant execute permission for gradlew
58
run: chmod +x gradlew
59
60
- - name: Test JAR with Gradle
+ - name: Create datagen assets
61
+ run: ./gradlew runData
62
+
63
+ - name: Test JAR with GameTest Server
64
run: ./gradlew runGameTestServer
65
env:
66
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
@@ -69,7 +72,7 @@ jobs:
69
72
with:
70
73
name: test-data
71
74
path: run/gametest
-
75
76
nightly:
77
name: Publish Nightly
78
runs-on: ubuntu-20.04
0 commit comments