mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +01:00
chore(ci): Improve naming conventions
Should make it easier to determine which test is which from a glance.
This commit is contained in:
parent
3ddd42330d
commit
2e50a1b3b3
@ -1,4 +1,4 @@
|
|||||||
name: tests
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -14,7 +14,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v22
|
- uses: cachix/install-nix-action@v22
|
||||||
- run: nix flake check --no-build
|
- run: nix flake check --no-build
|
||||||
nix:
|
test:
|
||||||
|
name: nix flake check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user