diff --git a/.github/workflows/run-gametests.yml b/.github/workflows/run-gametests.yml index 28799f1a..7ccbbd47 100644 --- a/.github/workflows/run-gametests.yml +++ b/.github/workflows/run-gametests.yml @@ -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 }} @@ -44,4 +44,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-data - path: run/gametest \ No newline at end of file + 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 }} \ No newline at end of file