This commit is contained in:
eric sciple 2020-01-24 16:39:37 -05:00
parent 039ef76d72
commit bf34d46487
2 changed files with 21 additions and 0 deletions

View file

@ -31,6 +31,10 @@ jobs:
- name: npm test
run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'
run: __test__/verify-no-unstaged-changes.sh
test:
name: Test E2E
runs-on: ubuntu-latest