Skip to content

Commit bcd768a

Browse files
committed
[CI] Core API debug
1 parent e59a248 commit bcd768a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/run-gametests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ jobs:
3232
name: generated-data
3333
path: neoforge-main/src/generated/resources
3434

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+
3548
- name: Run Game Tests
3649
run: ./gradlew :neoforge-main:runGameTestServer
3750
env:

0 commit comments

Comments
 (0)