diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index 16e7bb29..4ee64ca1 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -217,8 +217,6 @@ runs: path: | node_modules key: ${{ inputs.cache-prefix }}-yarn-${{ inputs.platform }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }} - restore-keys: | - ${{ inputs.cache-prefix }}-yarn-${{ inputs.platform }}-${{ runner.os }}- - name: Install JavaScript dependencies with retry id: yarn-install