From 17b90e950a0fa85ef9f352081300a1eb1d4efc4b Mon Sep 17 00:00:00 2001 From: Ted Senft Date: Fri, 21 Jun 2024 08:23:36 -0400 Subject: [PATCH] [CI] Tests? --- .github/workflows/run-gametests.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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