From e895c07c4e3e6ba43b3bb31e867e71815509daa2 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:55:10 +0900 Subject: [PATCH] chore: update test workflow --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 932e680..3ac4db0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ env: # MINIMUM_VERSION: The minimum version of Unity. MINIMUM_VERSION: 2019.4 # EXCLUDE_FILTER: The excluded versions of Unity. - EXCLUDE_FILTER: '(2020.2.0|2023.3)' + EXCLUDE_FILTER: '(2023.3)' on: workflow_dispatch: @@ -79,7 +79,7 @@ jobs: uses: game-ci/unity-builder@v4 timeout-minutes: 45 with: - customImage: ghcr.io/mob-sakai/unity3d:${{ matrix.unityVersion }} + unityVersion: ${{ matrix.unityVersion }} targetPlatform: StandaloneLinux64 allowDirtyBuild: true customParameters: -nographics @@ -88,9 +88,8 @@ jobs: uses: game-ci/unity-test-runner@v4 timeout-minutes: 45 with: - customImage: ghcr.io/mob-sakai/unity3d:${{ matrix.unityVersion }} - # unityVersion: ${{ matrix.unityVersion }} + unityVersion: ${{ matrix.unityVersion }} + targetPlatform: StandaloneLinux64 customParameters: -nographics checkName: ${{ matrix.unityVersion }} Test Results githubToken: ${{ github.token }} - coverageOptions: "dontClear;generateHtmlReport;generateBadgeReport;pathFilters:+**/Packages/src/**;assemblyFilters:+,-*.Editor,-*.Test"