Skip to content

Commit

Permalink
[CI] Tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Jun 21, 2024
1 parent 85d0f8a commit 17b90e9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/run-gametests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: neoforge-main/src/generated/resources

- name: Run Game Tests
run: ./gradlew :neoforge-main:test
run: ./gradlew :neoforge-main:runGameTestServer
env:
VERSION: ${{ inputs.version }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
Expand All @@ -44,4 +44,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-data
path: run/gametest
path: run/gametest

- name: Run JUnit Tests
run: ./gradlew :neoforge-main:test
env:
VERSION: ${{ inputs.version }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 17b90e9

Please sign in to comment.