Skip tests for now

This commit is contained in:
Gabriel Le Breton 2020-10-08 10:08:56 -04:00
parent 09ea17e4a3
commit c766450a25

View File

@ -33,15 +33,15 @@ jobs:
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-test-runner@v1.3 # - uses: webbertakken/unity-test-runner@v1.3
id: testRunner # id: testRunner
with: # with:
projectPath: ${{ matrix.projectPath }} # projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} # unityVersion: ${{ matrix.unityVersion }}
- uses: actions/upload-artifact@v1 # - uses: actions/upload-artifact@v1
with: # with:
name: Test results (all modes) # name: Test results (all modes)
path: ${{ steps.testRunner.outputs.artifactsPath }} # path: ${{ steps.testRunner.outputs.artifactsPath }}
- uses: webbertakken/unity-builder@v0.10 - uses: webbertakken/unity-builder@v0.10
with: with:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}