8000 Added name and changed job name · rudSarkar/github-ci-learn@b46012d · GitHub
[go: up one dir, main page]

Skip to content

Commit b46012d

Browse files
committed
Added name and changed job name
1 parent 9e0faf3 commit b46012d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: nodejs-ci
1+
name: Node.js CI
22

33
on:
44
# Trigger when a new commit is pushed in main branch
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
name: Run Tests
1112
runs-on: ubuntu-latest
1213
steps:
1314
# checkout the code

0 commit comments

Comments
 (0)
0