Skip to content

Commit

Permalink
fix: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Nov 8, 2020
1 parent 0f50263 commit c57be58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies if needed
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile --pure-lockfile

- name: Unit Testing
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies if needed
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile --pure-lockfile

- name: Unit Testing
Expand Down

0 comments on commit c57be58

Please sign in to comment.