From 19b5f921a138462f0f6077a6893538b7b69305d3 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:53:46 +0900 Subject: [PATCH] chore: add original cli command --- .github/workflows/build-debug.yml | 2 ++ .github/workflows/build-release.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index f9a44f3..e5c24c2 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -41,6 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 # Execute scripts: RuntimeUnitTestToolkit + # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend mono /BuildTarget StandaloneLinux64 - name: Build UnitTest(Linux64, mono) uses: game-ci/unity-builder@v2.0-alpha-6 env: @@ -56,6 +57,7 @@ jobs: run: ./src/UniTask/bin/UnitTest/StandaloneLinux64_Mono2x/test # Execute scripts: Export Package + # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export - name: Export unitypackage uses: game-ci/unity-builder@v2.0-alpha-6 env: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ed1eb27..2f6a927 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -100,6 +100,7 @@ jobs: steps: - uses: actions/checkout@v2 # Execute scripts: Export Package + # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export - name: Export unitypackage uses: game-ci/unity-builder@v2.0-alpha-6 env: