We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3eb152 commit 8fa73ddCopy full SHA for 8fa73dd
.github/workflows/main.yml
@@ -65,5 +65,8 @@ jobs:
65
bin/coverage run bin/test-quick -vv1
66
fi
67
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.
71
bin/test-quick -vv1
72
0 commit comments