Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 2d3814b

Browse files
author
Joseph Finnegan
committed
give names to jobs
1 parent e230bf3 commit 2d3814b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sub-IoT-Stack CI
1+
name: C/C++ CI
22

33
on:
44
push:
@@ -9,6 +9,7 @@ on:
99
jobs:
1010

1111
run-unit-tests:
12+
name: Run Unit Tests
1213
runs-on: ubuntu-latest
1314

1415
steps:
@@ -46,7 +47,7 @@ jobs:
4647
if ! grep -q 'All FIFO tests passed!' "results_fifo.txt"; then exit 1; fi
4748
4849
run-testsuite:
49-
50+
name: Run Testsuite
5051
runs-on: self-hosted
5152

5253
steps:

0 commit comments

Comments
 (0)