mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/check: prevent CI from using remote builders
This commit is contained in:
parent
e5c5aa362f
commit
63db4990bd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
|||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check --all-systems
|
||||
- run: nix flake check --all-systems ./templates/_wrapper/simple
|
||||
- run: nix flake check --all-systems --builders ""
|
||||
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
|
||||
- run: nix build .#docs --show-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue