Skip to content

Commit 3839b12

Browse files
committed
CI: Disable firewall on Windows before running tests
1 parent 502eceb commit 3839b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@ jobs:
6565
bin/coverage run bin/test-quick -vv1
6666
fi
6767
if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} = "1.3.20" ]]; then
68+
# Disable firewall.
69+
netsh advfirewall set allprofiles state off
70+
# Run tests.
6871
bin/test-quick -vv1
6972
fi

0 commit comments

Comments
 (0)