Skip to content

Commit 1314060

Browse files
committed
add win and introduced failfast
1 parent 5626162 commit 1314060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# operating-system: [ubuntu-latest, windows-latest, macOS-latest]
14-
operating-system: [ubuntu-latest]
14+
operating-system: [ubuntu-latest,windows-latest]
1515

1616
runs-on: ${{ matrix.operating-system }}
1717

@@ -76,6 +76,7 @@ jobs:
7676
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)
7777

7878
strategy:
79+
fail-fast: false # if one os is failing continue nonetheless
7980
matrix:
8081
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
8182

0 commit comments

Comments
 (0)