Skip to content

Commit

Permalink
CI: Another attempt to mitigate "Unrecognized Windows Sockets error: …
Browse files Browse the repository at this point in the history
…10106: socket"
  • Loading branch information
amotl committed Nov 3, 2020
1 parent 49433fe commit afcf543
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ jobs:
bin/coverage run bin/test-quick -vv1
fi
if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} = "1.3.20" ]]; then
# Disable firewall.
netsh advfirewall set allprofiles state off
# Reset IP stack.
netsh winsock reset
# Run tests.
bin/test-quick -vv1
fi

0 comments on commit afcf543

Please sign in to comment.