rm __tests__/verify-no-unstaged-changes.sh

This commit is contained in:
Brian Cristante
2021-09-16 10:54:26 -04:00
parent 85d4122530
commit 996306e892
2 changed files with 1 additions and 21 deletions

View File

@ -26,7 +26,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'
run: __tests__/verify-no-unstaged-changes.sh
- run: npm test