Compare commits
1 Commits
main
...
fix-curren
Author | SHA1 | Date | |
---|---|---|---|
|
de6494a746 |
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user