Skip to content

Commit d7ab014

Browse files
authored
Merge pull request #289 from maralorn/maralorn/remove-nix-build-step-in-ci-because-it-is-subsumed-by-nix-flake-check
Remove nix build step in CI because it is subsumed by nix flake check
2 parents 3a1531f + d81983e commit d7ab014

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
name: Nix build
1+
name: All checks via Nix
22
on:
33
pull_request:
44
push:
55
branches: [main]
66

77
run-name: Test and build flake
88
jobs:
9-
nix-build:
9+
nix-checks:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v7.0.0
1313
- uses: cachix/install-nix-action@v31
1414
- run: nix flake check
15-
- run: nix build

0 commit comments

Comments
 (0)