mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
ci: Drop --no-build check
Weird that this doesn't work but the full check does however I'm not complaining.
This commit is contained in:
parent
a34dc24238
commit
cea9bf43bb
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -7,13 +7,6 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: nix flake check --no-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: nix flake check --no-build
|
||||
test:
|
||||
name: nix flake check
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user