We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbe2fa commit 7cd950dCopy full SHA for 7cd950d
.github/workflows/node.js.yml
@@ -1,4 +1,4 @@
1
-# This workflow will do a clean install of node dependencies, and run the linter
+# This workflow will do a clean install of node dependencies, and run the linter and tests
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
name: Node.js CI
@@ -13,7 +13,7 @@ on:
13
branches: master
14
15
jobs:
16
- lint:
+ test:
17
# https://github.community/t/github-actions-does-not-respect-skip-ci/17325/9
18
if: "!contains(github.event.head_commit.message, '[skip ci]')"
19
runs-on: ubuntu-latest
0 commit comments