Skip to content

Commit b3ae5b1

Browse files
committed
Merge branch '3.5.x' into 4.0.x
2 parents 1ce8743 + 996664f commit b3ae5b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-system-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- version: 21
1919
toolchain: true
2020
steps:
21+
- name: Switch Docker to Overlay2
22+
shell: bash
23+
run: |
24+
echo '{"storage-driver":"overlay2"}' | sudo tee /etc/docker/daemon.json
25+
sudo systemctl restart docker
2126
- name: Check Out Code
2227
uses: actions/checkout@v6
2328
- name: Prepare Gradle Build

0 commit comments

Comments
 (0)