mirror of https://github.com/actions/setup-node
Run test job on windows-latest
This commit is contained in:
parent
339aa41a8d
commit
55897e37f3
|
@ -28,7 +28,10 @@ jobs:
|
|||
run: __tests__/verify-no-unstaged-changes.sh
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest, windows-latest]
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Clear tool cache
|
||||
|
|
Loading…
Reference in New Issue