Compare commits

...

1 Commits

Author SHA1 Message Date
Gabriel Le Breton
de6494a746
uncomment tests and add -nographics param 2020-10-19 12:32:27 -04:00

View File

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