Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 11, 2020
1 parent 181e265 commit 9216e52
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@ jobs:
uses: actions/setup-node@v1
with:
version: 12.x
- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: mac-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
mac-build-${{ env.cache-name }}-
mac-build-
mac-
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit 9216e52

Please sign in to comment.