forked from github-mirror/docker-nixpkgs
ci: build as much as possible
By default GitHub Actions cancels all the jobs in the build matrix if any one of them fails. We actually want to keep going to get some advancement on the other channels.
This commit is contained in:
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@@ -11,6 +11,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
# Keep building the other channels if one fails
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
|
|||||||
Reference in New Issue
Block a user