Skip to content

Commit cbf4f19

Browse files
committed
CI: Skip network tests on macOS
1 parent 37a504d commit cbf4f19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ jobs:
2424
- name: Build
2525
run: dotnet run --project NAPS2.Tools -- build debug -v
2626
- name: Test
27+
if: matrix.os != 'macos-15'
2728
run: dotnet run --project NAPS2.Tools -- test -v --nogui
29+
- name: Test (mac)
30+
if: matrix.os == 'macos-15'
31+
run: dotnet run --project NAPS2.Tools -- test -v --nogui --nonetwork

0 commit comments

Comments
 (0)