From 491ada6e563b6530d24ff3b7df9e8382fa5d28fd Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 10 Jun 2020 17:53:06 +0900 Subject: [PATCH] chore: test pr --- .github/workflows/build-debug.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 02f3eca..0b1160b 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -26,9 +26,10 @@ jobs: - run: dotnet test -c Debug ./src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj build-unity: + if: "(github.event == 'push' && github.repository_owner == 'Cysharp') || (startsWith(github.pull_request.head.repo.full_name, 'Cysharp/'))" strategy: matrix: - unity: ['2019.3.9f1', '2020.1.0b5'] + unity: ["2019.3.9f1", "2020.1.0b5"] include: - unity: 2019.3.9f1 license: UNITY_2019_3 @@ -66,8 +67,8 @@ jobs: run: /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export working-directory: src/UniTask - # Store artifacts. + # Store artifacts. - uses: actions/upload-artifact@v2 with: name: UniTask.unitypackage.zip - path: ./src/UniTask/*.unitypackage \ No newline at end of file + path: ./src/UniTask/*.unitypackage