Skip to content

Commit f0e1eb6

Browse files
Updating github-config (#74)
Co-authored-by: paketo-bot <paketobuildpacks@gmail.com>
1 parent 7965eee commit f0e1eb6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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)