Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug Prettier under Windows
Browse files Browse the repository at this point in the history
chalin committed Jan 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2ad0cc9 commit dce17b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -25,4 +25,7 @@ jobs:
- if: matrix.os != 'windows-latest'
run: npm test
- if: matrix.os == 'windows-latest'
run: npm run test-windows
run: |
npm run test-windows
npm run check:format
git diff

0 comments on commit dce17b0

Please sign in to comment.