mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +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:
|
||||
push:
|
||||
@ -14,7 +14,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: nix flake check --no-build
|
||||
nix:
|
||||
test:
|
||||
name: nix flake check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user