From 9c6534c3324752a11286c363de5cef1c7a270281 Mon Sep 17 00:00:00 2001 From: johnche Date: Mon, 4 Nov 2024 12:13:15 +0800 Subject: [PATCH] =?UTF-8?q?[unity]=E5=85=B3=E9=97=ADmac=20unity=20ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unity_unittest.yml | 62 ++++++++++++++-------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/unity_unittest.yml b/.github/workflows/unity_unittest.yml index 74c4292b7f8..70a04e3590e 100644 --- a/.github/workflows/unity_unittest.yml +++ b/.github/workflows/unity_unittest.yml @@ -50,37 +50,37 @@ jobs: echo "testresult in v2" cat log2.txt | grep "Failed\|Passed" - unittest-osx-unity: - runs-on: macos-latest - steps: - - uses: actions/checkout@v3 - - name: Setup Unity - uses: ./.github/workflows/composites/unity-setup/ - with: - os: 'osx' - version: '2021.3.16f1' - cachekey: '2021' - install_path: /Applications/UNITY - unity_modules: mac-il2cpp - architecture: x86_64 - UNITY_USERNAME: ${{ secrets.UNITY_USERNAME }} - UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} - UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} - - name: UnitTest - run: | - cd unity - npm i - cd test/unity - node ../../cli unity-test --unity /Applications/UNITY/2021.3.16f1/Unity.app/Contents/MacOS/Unity - - name: TestResult - if: always() - shell: bash - run: | - cd unity/test/unity - echo "testresult in v1" - cat log1.txt | grep "Failed\|Passed" - echo "testresult in v2" - cat log2.txt | grep "Failed\|Passed" +# unittest-osx-unity: +# runs-on: macos-latest +# steps: +# - uses: actions/checkout@v3 +# - name: Setup Unity +# uses: ./.github/workflows/composites/unity-setup/ +# with: +# os: 'osx' +# version: '2021.3.16f1' +# cachekey: '2021' +# install_path: /Applications/UNITY +# unity_modules: mac-il2cpp +# architecture: x86_64 +# UNITY_USERNAME: ${{ secrets.UNITY_USERNAME }} +# UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} +# UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} +# - name: UnitTest +# run: | +# cd unity +# npm i +# cd test/unity +# node ../../cli unity-test --unity /Applications/UNITY/2021.3.16f1/Unity.app/Contents/MacOS/Unity +# - name: TestResult +# if: always() +# shell: bash +# run: | +# cd unity/test/unity +# echo "testresult in v1" +# cat log1.txt | grep "Failed\|Passed" +# echo "testresult in v2" +# cat log2.txt | grep "Failed\|Passed" unittest-win-dotnet: runs-on: windows-2019