From 2d70aa9b5dd1f645e7cfd1dfad7aa570dbad4f0e Mon Sep 17 00:00:00 2001 From: iamteapot422 Date: Fri, 6 Feb 2026 01:50:26 +0700 Subject: [PATCH] Change workflow to make it use secret var UNITY_LICENSE for Unity Tests --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9119e79861..2c154e1594 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,12 @@ jobs: with: buildName: RESS3D-${{ steps.tag_name.outputs.SOURCE_TAG }} targetPlatform: ${{ matrix.targetPlatform }} + - name: Run Unity Tests + uses: game-ci/unity-test-runner@v4 + env: + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + with: + githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Create new release from tag uses: actions/create-release@v1 id: create_release