Skip to content

Commit 8453965

Browse files
committed
Merge branch 'CITests'
2 parents 54f2f9d + fae5767 commit 8453965

File tree

3 files changed

+4998
-4991
lines changed

3 files changed

+4998
-4991
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- develop
8+
- CITests
89
pull_request:
910
branches:
1011
- master
@@ -21,13 +22,13 @@ jobs:
2122
- name: Setup meteor
2223
uses: meteorengineer/setup-meteor@v1
2324

24-
- name: cache dependencies
25-
uses: actions/cache@v1
26-
with:
27-
path: ~/.npm
28-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
29-
restore-keys: |
30-
${{ runner.os }}-node-
25+
# - name: cache dependencies
26+
# uses: actions/cache@v1
27+
# with:
28+
# path: ~/.npm
29+
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30+
# restore-keys: |
31+
# ${{ runner.os }}-node-
3132
- run: npm ci
3233
- run: npm run lint
3334
- run: cd testApp && meteor npm ci

0 commit comments

Comments
 (0)