Skip to content

Commit 55897e3

Browse files
committed
Run test job on windows-latest
1 parent 339aa41 commit 55897e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
run: __tests__/verify-no-unstaged-changes.sh
2929

3030
test:
31-
runs-on: ubuntu-latest
31+
runs-on: [ubuntu-latest, windows-latest]
32+
defaults:
33+
run:
34+
shell: bash
3235
steps:
3336
- uses: actions/checkout@v2
3437
- name: Clear tool cache

0 commit comments

Comments
 (0)