workflows: set job names
All checks were successful
test / Go tests (push) Successful in 39s
check / NixOS tests (push) Successful in 4m30s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
Ophestra 2024-12-17 11:06:23 +09:00
parent 35505c8a26
commit 6d37c70e9d
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
3 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
tests:
name: nix-flake-check
name: NixOS tests
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -7,6 +7,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
container:
image: node:16-bookworm-slim

View File

@ -6,6 +6,7 @@ on:
jobs:
test:
name: Go tests
runs-on: ubuntu-latest
container:
image: node:16-bookworm-slim