Skip to content

Commit

Permalink
Merge branch 'CITests'
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed May 16, 2021
2 parents 54f2f9d + fae5767 commit 8453965
Show file tree
Hide file tree
Showing 3 changed files with 4,998 additions and 4,991 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
Loading

0 comments on commit 8453965

Please sign in to comment.