mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
Rename the no-nix test
This commit is contained in:
parent
1c2f6e8f89
commit
846e50a2cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
|
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
|
||||||
|
|
||||||
test-no-nix:
|
test-no-nix:
|
||||||
name: Run x86_64 Linux
|
name: "Test: Nix not installed"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
id-token: "write"
|
id-token: "write"
|
||||||
|
|
Loading…
Reference in a new issue