diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f896d3aa2f3..c6f517e70b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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