File tree Expand file tree Collapse file tree
implementation/.github/workflows
language-family/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 large-packages : false
6464 docker-images : true
6565 swap-storage : true
66+
67+ # Causes errors with integration tests
68+ - name : Disable containerd snapshotter
69+ run : |
70+ echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json
71+ sudo systemctl restart docker
72+
6673 - name : Run Integration Tests
6774 run : ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
6875 env :
Original file line number Diff line number Diff line change 4646 uses : actions/setup-go@v6
4747 with :
4848 go-version-file : go.mod
49+
50+ # Causes errors with integration tests
51+ - name : Disable containerd snapshotter
52+ run : |
53+ echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json
54+ sudo systemctl restart docker
55+
4956 - name : Run Integration Tests
5057 env :
5158 TMPDIR : " ${{ runner.temp }}"
You can’t perform that action at this time.
0 commit comments