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 e59a248 commit bcd768aCopy full SHA for bcd768a
.github/workflows/run-gametests.yml
@@ -32,6 +32,19 @@ jobs:
32
name: generated-data
33
path: neoforge-main/src/generated/resources
34
35
+ - name: Build Core
36
+ run: ./gradlew :core-api:jar
37
+ env:
38
+ VERSION: ${{ inputs.version }}
39
+ GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+
42
+ - name: Upload built core
43
+ uses: actions/upload-artifact@v4
44
+ with:
45
+ name: built-core-api
46
+ path: core-api/build/libs
47
48
- name: Run Game Tests
49
run: ./gradlew :neoforge-main:runGameTestServer
50
env:
0 commit comments