Skip to content

Commit

Permalink
fix: using yarn cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarlagerlof committed Jun 2, 2022
1 parent 0ff4fed commit d879862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: yarn lint

- name: Test
working-directory: ./core
run: yarn test
run: yarn --cwd ./core test

publish:
name: "Publish Module to NPM"
Expand Down

0 comments on commit d879862

Please sign in to comment.