1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 02:15:52 +00:00
This commit is contained in:
eric sciple 2020-01-24 17:15:21 -05:00
parent b90a2c9cbc
commit 49557caa2c

View file

@ -32,7 +32,7 @@ jobs:
- name: Verify no unstaged changes
if: runner.os != 'windows'
run: __test__/verify-no-unstaged-changes.sh
run: __tests__/verify-no-unstaged-changes.sh
test:
runs-on: ubuntu-latest