Skip to content

Commit ea0f0e5

Browse files
committed
Fix CI
1 parent 71b3914 commit ea0f0e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-ci.yml

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

6363
test-template:
64-
runs-on: [ubuntu-latest, windows-latest]
64+
strategy:
65+
matrix:
66+
os: [windows-latest, ubuntu-latest]
67+
fail-fast: false
68+
runs-on: ${{ matrix.os }}
6569
needs: build-template
6670
steps:
6771
- name: Download built package

0 commit comments

Comments
 (0)