Skip to content

Commit d02484d

Browse files
XhmikosRJustinBeckwith
andauthoredFeb 7, 2021
build: remove the cache fallback (#268)
Co-authored-by: Justin Beckwith <beckwith@google.com>
1 parent 39816c5 commit d02484d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎.github/workflows/ci.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
2727
restore-keys: |
2828
${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
29-
${{ runner.os }}-node-v${{ matrix.node }}-
3029
- run: npm ci
3130
- run: npm test
3231
- uses: codecov/codecov-action@v1
@@ -49,7 +48,6 @@ jobs:
4948
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
5049
restore-keys: |
5150
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
52-
${{ runner.os }}-node-v${{ env.NODE }}-
5351
- run: npm ci
5452
- run: npm test
5553
lint:
@@ -66,7 +64,6 @@ jobs:
6664
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
6765
restore-keys: |
6866
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
69-
${{ runner.os }}-node-v${{ env.NODE }}-
7067
- run: npm ci
7168
- run: npm run lint
7269
docs:
@@ -83,7 +80,6 @@ jobs:
8380
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
8481
restore-keys: |
8582
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
86-
${{ runner.os }}-node-v${{ env.NODE }}-
8783
- run: npm ci
8884
- run: npm run docs-test
8985
release:
@@ -102,7 +98,6 @@ jobs:
10298
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
10399
restore-keys: |
104100
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
105-
${{ runner.os }}-node-v${{ env.NODE }}-
106101
- run: npm ci
107102
- run: npm run compile
108103
- run: npm run build-binaries

0 commit comments

Comments
 (0)
Please sign in to comment.