From 8fa6bc31fd195050589880342ee5acfe73874298 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Sat, 14 Feb 2026 17:31:48 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/test-pull-request.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index c5829bf6..1bfa8c37 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -45,6 +45,12 @@ jobs: with: go-version-file: go.mod + # Causes errors with integration tests + - name: Disable containerd snapshotter + run: | + echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json + sudo systemctl restart docker + - name: Run Integration Tests env: TMPDIR: "${{ runner.temp }}"