From c9bf5f27a92410a6b2e32699a8010e49e39921b2 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Wed, 10 Jan 2024 20:59:17 +0200 Subject: [PATCH] chore: update workflows --- .github/workflows/activation.yml | 18 ------------------ .github/workflows/integration-test.yml | 2 +- .github/workflows/pr-test-runner.yml | 2 +- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/activation.yml diff --git a/.github/workflows/activation.yml b/.github/workflows/activation.yml deleted file mode 100644 index 0827bbd0..00000000 --- a/.github/workflows/activation.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Acquire activation file -on: - workflow_dispatch: {} -jobs: - activation: - name: Request manual activation file 🔑 - runs-on: ubuntu-latest - steps: - # Request manual activation file - - name: Request manual activation file - id: getManualLicenseFile - uses: game-ci/unity-request-activation-file@v2 - # Upload artifact (Unity_v20XX.X.XXXX.alf) - - name: Expose as artifact - uses: actions/upload-artifact@v2 - with: - name: ${{ steps.getManualLicenseFile.outputs.filePath }} - path: ${{ steps.getManualLicenseFile.outputs.filePath }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 20df8c75..424929e3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -42,7 +42,7 @@ jobs: - name: Add core with current branch as package run: openupm add com.readyplayerme.core@https://github.com/readyplayerme/rpm-unity-sdk-core.git#${{ github.ref_name }} - name: Run Tests - uses: game-ci/unity-test-runner@v2 + uses: game-ci/unity-test-runner@v4 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: diff --git a/.github/workflows/pr-test-runner.yml b/.github/workflows/pr-test-runner.yml index e6d703b2..f79ee830 100644 --- a/.github/workflows/pr-test-runner.yml +++ b/.github/workflows/pr-test-runner.yml @@ -43,7 +43,7 @@ jobs: Library- - name: Run Tests - uses: game-ci/unity-test-runner@v2 + uses: game-ci/unity-test-runner@v4 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: