From 40c5f6695359dd7ca11ea0f0e7c18ef5f93c6716 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Mon, 5 Jul 2021 13:29:11 +0200 Subject: [PATCH] ci(workflow): remove previous cache step --- .github/workflows/tests-unit.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 57aa96b8eeb..17a00626db7 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