Skip to content

Commit

Permalink
rm __tests__/verify-no-unstaged-changes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Sep 16, 2021
1 parent 85d4122 commit 996306e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Expand Up @@ -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
17 changes: 0 additions & 17 deletions __tests__/verify-no-unstaged-changes.sh

This file was deleted.

0 comments on commit 996306e

Please sign in to comment.