Skip to content

Commit

Permalink
Allow k8s workflow failures (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Sep 19, 2020
1 parent 6a53a9e commit 22bc9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

0 comments on commit 22bc9a9

Please sign in to comment.