fix(ci): give clearer names (#1187)

This commit is contained in:
a-kenji 2022-03-07 12:31:50 +01:00 committed by GitHub
parent e93f2fe223
commit 87e44ed9a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: "build"
name: "nix build"
environment: cachix
timeout-minutes: 25
steps:
@ -54,7 +54,7 @@ jobs:
- run: nix build
develop:
runs-on: ubuntu-latest
name: develop
name: "nix develop"
environment: cachix
timeout-minutes: 10
steps: