mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-04-02 18:03:43 +00:00
Add job names for badging
This commit is contained in:
parent
c2d7ddd412
commit
0c129d9c52
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: ci
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -18,6 +18,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
@ -39,6 +40,7 @@ jobs:
|
||||
- run: make all
|
||||
|
||||
test:
|
||||
name: Test
|
||||
needs: build
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user