Skip to content

Commit 882bd00

Browse files
committed
try safari
1 parent 362f77c commit 882bd00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
browser: [chrome, edge, firefox]
59+
browser: [chrome, firefox]
6060
protocol: [classic, bidi]
6161
os: [windows]
62+
include:
63+
- browser: safari
64+
os: macos
65+
protocol: classic
6266
with:
6367
name: Browser Tests - ${{ matrix.browser }} ${{ matrix.protocol }}, ${{ matrix.os }}
6468
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)