Skip to content

Commit

Permalink
set GHA fail-fast to false
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 2, 2021
1 parent 2d43410 commit 2cc484c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.cue
Expand Up @@ -8,6 +8,7 @@ ghacue.#Workflow & {
"go-version": ["1.15.x", "1.16.x"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
}
strategy: "fail-fast": false
"runs-on": "${{ matrix.os }}"
steps: [{
name: "Install Go"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 2cc484c

Please sign in to comment.