We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d4122 commit 996306eCopy full SHA for 996306e
2 files changed
.github/workflows/build-test.yml
@@ -26,7 +26,4 @@ jobs:
26
- run: npm ci
27
- run: npm run build
28
- run: npm run format-check
29
- - run: npm test
30
- - name: Verify no unstaged changes
31
- if: runner.os != 'windows'
32
- run: __tests__/verify-no-unstaged-changes.sh
+ - run: npm test
__tests__/verify-no-unstaged-changes.sh
0 commit comments