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 a9920f0 commit ea3fee2Copy full SHA for ea3fee2
.github/workflows/tests.yml
@@ -40,6 +40,13 @@ jobs:
40
run: |
41
./devtools/setup_ci.sh --cratedb-version=${{ matrix.cratedb-version }} --sqlalchemy-version=${{ matrix.sqla-version }}
42
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
+
50
- name: Invoke tests
51
shell: bash
52
0 commit comments