Skip to content

Commit 2dd1201

Browse files
Merge branch 'main' into 242-database-fails-to-be-killed-and-deleted-on-windows-with-node-23x
2 parents 1483323 + f82edbe commit 2dd1201

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
name: ci-mysqlmsn-dir
3939
path: /tmp/mysqlmsn
40-
compression-level: 0
40+
compression-level: 9

.github/workflows/os-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
name: node-${{ matrix.node-version }}
4949
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
50-
compression-level: 0
50+
compression-level: 9
5151

5252
fedora-docker:
5353
runs-on: ubuntu-${{ matrix.ubuntu-version}}
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
name: docker-fedora-${{ matrix.version }}-${{ matrix.version-requirement }}-${{ matrix.ubuntu-version}}
9494
path: /tmp/mysqlmsn
95-
compression-level: 0
95+
compression-level: 9
9696

9797
alpine-docker:
9898
runs-on: ubuntu-${{ matrix.ubuntu-version}}

0 commit comments

Comments
 (0)