We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c675b1 commit 41873f8Copy full SHA for 41873f8
.github/workflows/test-pull-request.yml
@@ -68,6 +68,12 @@ jobs:
68
with:
69
go-version-file: go.mod
70
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
+
77
- name: Run Integration Tests
78
run: ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
79
env:
0 commit comments