Skip to content

Commit 7cd950d

Browse files
authored
ci: rename job
1 parent edbe2fa commit 7cd950d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will do a clean install of node dependencies, and run the linter
1+
# This workflow will do a clean install of node dependencies, and run the linter and tests
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Node.js CI
@@ -13,7 +13,7 @@ on:
1313
branches: master
1414

1515
jobs:
16-
lint:
16+
test:
1717
# https://github.community/t/github-actions-does-not-respect-skip-ci/17325/9
1818
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)