Skip to content

Commit 71b3914

Browse files
committed
Add windows runner to template test CI
1 parent 853c306 commit 71b3914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
include-hidden-files: true
6262

6363
test-template:
64-
runs-on: ubuntu-latest
64+
runs-on: [ubuntu-latest, windows-latest]
6565
needs: build-template
6666
steps:
6767
- name: Download built package

0 commit comments

Comments
 (0)