File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed
Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 3838 uses : actions/upload-artifact@v4
3939 with :
4040 name : generated-data
41- path : neoforge-main/ src/generated/resources
41+ path : src/generated/resources
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments