Remove failing examples

This commit is contained in:
Webber 2019-12-22 21:15:54 +01:00 committed by Webber Takken
parent 250a665fce
commit 3ae2ac1bb9

View File

@ -17,24 +17,25 @@ jobs:
matrix: matrix:
unityVersion: unityVersion:
- 2019.2.11f1 - 2019.2.11f1
- 2019.3.0f1
targetPlatform: targetPlatform:
- WebGL - WebGL
- StandaloneOSX # - StandaloneOSX
- StandaloneWindows # - StandaloneWindows
- StandaloneWindows64 # - StandaloneWindows64
- StandaloneLinux64 # - StandaloneLinux64
- PS4 # - PS4
- XboxOne # - XboxOne
- Switch # - Switch
- Android # - Android
- iOS - iOS
- tvOS # - tvOS
- Lumin # - Lumin
- BJM # - BJM
- Stadia # - Stadia
- WSAPlayer # - WSAPlayer
- Facebook # - Facebook
- NoTarget # - NoTarget
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@ -44,8 +45,8 @@ jobs:
projectPath: test-project projectPath: test-project
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}
# - uses: webbertakken/unity-return-license@v1 - uses: webbertakken/unity-return-license@v1
# if: always() if: always()
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: Build name: Build