mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Switch to git diff --exit-code
This commit is contained in:
parent
c9a02f1141
commit
86cdba7a6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- run: nix develop --command pnpm install
|
- run: nix develop --command pnpm install
|
||||||
- run: nix develop --command pnpm run all
|
- run: nix develop --command pnpm run all
|
||||||
- run: git status --porcelain=v1
|
- run: git status --porcelain=v1
|
||||||
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
|
- run: git diff --exit-code
|
||||||
run-test-suite:
|
run-test-suite:
|
||||||
name: Run test suite
|
name: Run test suite
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue