From de6494a74655c9f3d481362deff4ff6129124d73 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Mon, 19 Oct 2020 12:32:27 -0400 Subject: [PATCH] uncomment tests and add -nographics param --- .github/workflows/main.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 383979a..4b73ad0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,15 +33,16 @@ jobs: restore-keys: | Library-${{ matrix.projectPath }}- Library- -# - uses: webbertakken/unity-test-runner@master -# id: testRunner -# with: -# projectPath: ${{ matrix.projectPath }} -# unityVersion: ${{ matrix.unityVersion }} -# - uses: actions/upload-artifact@v1 -# with: -# name: Test results (all modes) -# path: ${{ steps.testRunner.outputs.artifactsPath }} + - uses: webbertakken/unity-test-runner@master + id: testRunner + with: + projectPath: ${{ matrix.projectPath }} + unityVersion: ${{ matrix.unityVersion }} + customParameters: '-nographics' + - uses: actions/upload-artifact@v1 + with: + name: Test results (all modes) + path: ${{ steps.testRunner.outputs.artifactsPath }} - uses: webbertakken/unity-builder@master with: projectPath: ${{ matrix.projectPath }}