Skip to content

Commit b9122a2

Browse files
committed
Enable containerd-snapshotter
1 parent 3ffba5c commit b9122a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ jobs:
5858
with:
5959
repository: restatedev/sdk-java
6060

61+
- name: Set up Docker containerd snapshotter
62+
uses: crazy-max/ghaction-setup-docker@v3
63+
with:
64+
daemon-config: |
65+
{
66+
"features": {
67+
"containerd-snapshotter": true
68+
}
69+
}
70+
6171
### Download the Restate container image, if needed
6272
# Setup restate snapshot if necessary
6373
# Due to https://github.com/actions/upload-artifact/issues/53

0 commit comments

Comments
 (0)