Skip to content

Commit

Permalink
fix: yarn before yarn link-react in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum McIntyre committed Apr 12, 2022
1 parent 8a5d459 commit 4aa37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Links React dependency
- name: Linking dependencies
working-directory: ./example-nextjs
run: yarn link-react
run: yarn && yarn link-react

# Runs the tests
- name: Run tests
Expand Down

0 comments on commit 4aa37d4

Please sign in to comment.