Skip to content

Commit 17b90e9

Browse files
committed
[CI] Tests?
1 parent 85d0f8a commit 17b90e9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/run-gametests.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: neoforge-main/src/generated/resources
3434

3535
- name: Run Game Tests
36-
run: ./gradlew :neoforge-main:test
36+
run: ./gradlew :neoforge-main:runGameTestServer
3737
env:
3838
VERSION: ${{ inputs.version }}
3939
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
@@ -44,4 +44,11 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: test-data
47-
path: run/gametest
47+
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

Comments
 (0)