Allow k8s workflow failures (#152)

This commit is contained in:
Webber Takken 2020-09-19 02:41:34 +02:00 committed by GitHub
parent 6a53a9e853
commit 22bc9a9bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ jobs:
k8sBuilds:
name: K8s build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:

File diff suppressed because one or more lines are too long