diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 57aa96b8eeb0..17a00626db7f 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -12,11 +12,6 @@ jobs: node-version: "12.x" cache: yarn - uses: actions/checkout@v2 - - name: Cache node modules - uses: actions/cache@v2 - with: - path: node_modules - key: yarn-2-cache-v1-${{ hashFiles('**/yarn.lock') }} - name: install, bootstrap run: | yarn install --immutable