Skip to content

Commit 41873f8

Browse files
committed
Updating github-config
1 parent 8c675b1 commit 41873f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ jobs:
6868
with:
6969
go-version-file: go.mod
7070

71+
# Causes errors with integration tests
72+
- name: Disable containerd snapshotter
73+
run: |
74+
echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json
75+
sudo systemctl restart docker
76+
7177
- name: Run Integration Tests
7278
run: ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
7379
env:

0 commit comments

Comments
 (0)