Skip to content

Commit

Permalink
Update and rename nodejs.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki authored Feb 1, 2020
1 parent 978c64c commit 74afb37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test
on:
push:
branches-ignore: master
pull_request:

jobs:
build:
Expand All @@ -18,7 +19,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-:
- name: npm it
run: npm it
- name: npm ci
run: npm ci
- name: test
run: npm test

0 comments on commit 74afb37

Please # to comment.