Skip to content

Commit 9e1091c

Browse files
committed
Workflow Update 4
1 parent 853a4e5 commit 9e1091c

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/workflows/_datagen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: generated-data
41-
path: neoforge-main/src/generated/resources
41+
path: src/generated/resources

.github/workflows/_run-gametests.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,10 @@ jobs:
3535
uses: actions/download-artifact@v4
3636
with:
3737
name: generated-data
38-
path: neoforge-main/src/generated/resources
39-
40-
- name: Build Core
41-
run: ./gradlew :core-api:jar
42-
43-
- name: Upload built core
44-
uses: actions/upload-artifact@v4
45-
with:
46-
name: built-core-api
47-
path: core-api/build/libs
38+
path: src/generated/resources
4839

4940
- name: Run Game Tests
50-
run: ./gradlew :neoforge-main:runGameTestServer
41+
run: ./gradlew :runGameTestServer
5142

5243
- name: Upload build failure
5344
if: failure()
@@ -57,11 +48,11 @@ jobs:
5748
path: run/gametest
5849

5950
- name: Run JUnit Tests
60-
run: ./gradlew :neoforge-main:test
51+
run: ./gradlew :test
6152

6253
- name: Upload test reports on failure
6354
if: failure()
6455
uses: actions/upload-artifact@v4
6556
with:
6657
name: test-reports
67-
path: neoforge-main/build/reports
58+
path: build/reports

0 commit comments

Comments
 (0)