Skip tests for now
This commit is contained in:
parent
09ea17e4a3
commit
c766450a25
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@ -33,15 +33,15 @@ jobs:
|
||||
restore-keys: |
|
||||
Library-${{ matrix.projectPath }}-
|
||||
Library-
|
||||
- uses: webbertakken/unity-test-runner@v1.3
|
||||
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@v1.3
|
||||
# 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-builder@v0.10
|
||||
with:
|
||||
projectPath: ${{ matrix.projectPath }}
|
||||
|
Loading…
Reference in New Issue
Block a user