Skip to content

Commit

Permalink
fix: fyx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 25, 2024
1 parent b7eba27 commit 208fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: Test
run: |
workspace=$(jq -r '.name' packages/${{ matrix.dir }}/package.json)
yarn worksace "$workspace" run test:coverage
yarn workspace "$workspace" run test:coverage
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
name: Coveralls
Expand Down

0 comments on commit 208fb2c

Please sign in to comment.