Skip to content

Commit

Permalink
Always perform a yarn install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jun 28, 2021
1 parent 4bc067b commit 4fdbac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/buildExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Install dependencies
run: yarn install
if: steps.yarn-cache.outputs.cache-hit != 'true'

- name: Build examples
run: yarn workspaces foreach -p run build-storybook

0 comments on commit 4fdbac5

Please sign in to comment.