We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853c306 commit 71b3914Copy full SHA for 71b3914
.github/workflows/pr-ci.yml
@@ -61,7 +61,7 @@ jobs:
61
include-hidden-files: true
62
63
test-template:
64
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, windows-latest]
65
needs: build-template
66
steps:
67
- name: Download built package
0 commit comments