fix(ci): give clearer names (#1187)
This commit is contained in:
parent
e93f2fe223
commit
87e44ed9a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "build"
|
name: "nix build"
|
||||||
environment: cachix
|
environment: cachix
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- run: nix build
|
- run: nix build
|
||||||
develop:
|
develop:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: develop
|
name: "nix develop"
|
||||||
environment: cachix
|
environment: cachix
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue