We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a50388 commit f861c12Copy full SHA for f861c12
.github/workflows/tests.yml
@@ -35,6 +35,7 @@ jobs:
35
job:
36
- os: ubuntu-22.04
37
- os: macos-12
38
+ - os: windows-latest
39
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
40
41
steps:
@@ -66,6 +67,7 @@ jobs:
66
67
68
69
70
71
72
73
@@ -97,6 +99,7 @@ jobs:
97
99
98
100
101
102
103
104
105
0 commit comments