Skip to content

Commit ea3fee2

Browse files
committed
CI: Disable firewall on Windows before running tests
1 parent a9920f0 commit ea3fee2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
run: |
4141
./devtools/setup_ci.sh --cratedb-version=${{ matrix.cratedb-version }} --sqlalchemy-version=${{ matrix.sqla-version }}
4242
43+
- name: Fix Windows environment
44+
if: matrix.os == 'windows-2019'
45+
shell: bash
46+
run: |
47+
# Disable firewall.
48+
netsh advfirewall set allprofiles state off
49+
4350
- name: Invoke tests
4451
shell: bash
4552
run: |

0 commit comments

Comments
 (0)