1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00
This commit is contained in:
eric sciple 2020-01-25 01:25:24 -05:00
parent b5b8d43856
commit 6a2dc83c60

View file

@ -22,7 +22,6 @@ jobs:
- run: npm install
- run: npm run format-check
- run: npm run pack
if: runner.os != 'windows'
- run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'