Skip to content

Commit

Permalink
test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed May 16, 2021
1 parent 54f2f9d commit 9f694d7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- develop
- CITests
pull_request:
branches:
- master
Expand All @@ -21,13 +22,13 @@ jobs:
- name: Setup meteor
uses: meteorengineer/setup-meteor@v1

- name: cache dependencies
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
# - name: cache dependencies
# uses: actions/cache@v1
# with:
# path: ~/.npm
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-node-
- run: npm ci
- run: npm run lint
- run: cd testApp && meteor npm ci
Expand Down

0 comments on commit 9f694d7

Please sign in to comment.