Skip to content

Commit 6160472

Browse files
authored
Update actions and jobs names
1 parent cced51b commit 6160472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/js_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Node CI
1+
name: Test
22

33
on: [push]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)