Skip tests for now
This commit is contained in:
@@ -33,15 +33,15 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-${{ matrix.projectPath }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
Library-
|
Library-
|
||||||
- uses: webbertakken/[email protected]
|
# - uses: webbertakken/[email protected]
|
||||||
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/[email protected]
|
- uses: webbertakken/[email protected]
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
|||||||
Reference in New Issue
Block a user