mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 01:12:17 +01:00
Change git diff logic
This commit is contained in:
parent
a273ea17a6
commit
38be60545c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Package
|
||||
run: nix develop --command pnpm run package
|
||||
- run: git status --porcelain=v1
|
||||
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
|
||||
- run: git diff --exit-code
|
||||
|
||||
test-no-nix:
|
||||
name: "Test: Nix not installed"
|
||||
|
|
Loading…
Reference in a new issue