Skip to content

Commit

Permalink
chore: remove restore-keys as cache-hit must be true
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 20, 2020
1 parent 0369aad commit ee7912c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -43,8 +43,6 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Generate coverage report
run: |
make -j test-ci-coverage
Expand All @@ -71,8 +69,6 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Build
run: |
BABEL_ENV=test-legacy make -j bootstrap
Expand Down

0 comments on commit ee7912c

Please sign in to comment.