From 3ae2ac1bb92a59590196cd6e90bacf9786fd6e8d Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 22 Dec 2019 21:15:54 +0100 Subject: [PATCH] Remove failing examples --- .github/workflows/main.yml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad0fd35f..80165e72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,24 +17,25 @@ jobs: matrix: unityVersion: - 2019.2.11f1 + - 2019.3.0f1 targetPlatform: - WebGL - - StandaloneOSX - - StandaloneWindows - - StandaloneWindows64 - - StandaloneLinux64 - - PS4 - - XboxOne - - Switch - - Android + # - StandaloneOSX + # - StandaloneWindows + # - StandaloneWindows64 + # - StandaloneLinux64 + # - PS4 + # - XboxOne + # - Switch + # - Android - iOS - - tvOS - - Lumin - - BJM - - Stadia - - WSAPlayer - - Facebook - - NoTarget + # - tvOS + # - Lumin + # - BJM + # - Stadia + # - WSAPlayer + # - Facebook + # - NoTarget steps: - uses: actions/checkout@v1 @@ -44,8 +45,8 @@ jobs: projectPath: test-project targetPlatform: ${{ matrix.targetPlatform }} unityVersion: ${{ matrix.unityVersion }} - # - uses: webbertakken/unity-return-license@v1 - # if: always() + - uses: webbertakken/unity-return-license@v1 + if: always() - uses: actions/upload-artifact@v1 with: name: Build