Skip to content

Commit

Permalink
ci(workflow): remove previous cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jul 5, 2021
1 parent 4fc9204 commit 40c5f66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests-unit.yml
Expand Up @@ -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
Expand Down

0 comments on commit 40c5f66

Please sign in to comment.