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 85d0f8a commit 17b90e9Copy full SHA for 17b90e9
.github/workflows/run-gametests.yml
@@ -33,7 +33,7 @@ jobs:
33
path: neoforge-main/src/generated/resources
34
35
- name: Run Game Tests
36
- run: ./gradlew :neoforge-main:test
+ run: ./gradlew :neoforge-main:runGameTestServer
37
env:
38
VERSION: ${{ inputs.version }}
39
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
@@ -44,4 +44,11 @@ jobs:
44
uses: actions/upload-artifact@v4
45
with:
46
name: test-data
47
- path: run/gametest
+ path: run/gametest
48
+
49
+ - name: Run JUnit Tests
50
+ run: ./gradlew :neoforge-main:test
51
+ env:
52
+ VERSION: ${{ inputs.version }}
53
+ GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
54
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments