Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki authored Nov 15, 2019
1 parent a4b0892 commit d1a378e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- uses: actions/checkout@v1
- name: Cache
uses: actions/cache@v1.0.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-:
- name: npm install
run: npm install
- name: npm test
Expand Down

0 comments on commit d1a378e

Please sign in to comment.