We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1a88c commit 5ba88c6Copy full SHA for 5ba88c6
.github/workflows/run-system-tests.yml
@@ -18,6 +18,10 @@ jobs:
18
- version: 21
19
toolchain: true
20
steps:
21
+ - name: Setup Docker and Disable containerd-snapshotter)
22
+ uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
23
+ with:
24
+ daemon-config: '{"features":{"containerd-snapshotter":false}}'
25
- name: Check Out Code
26
uses: actions/checkout@v6
27
- name: Prepare Gradle Build
0 commit comments