Skip to content

Commit a92bf1b

Browse files
Update test.yml
1 parent 56a19a9 commit a92bf1b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/test.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ jobs:
55
runs-on: macos-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- name: Setup tmate session
9-
uses: mxschmitt/action-tmate@v3
8+
- uses: docker-practice/actions-setup-docker@master
9+
with:
10+
docker_channel: nightly
11+
# this value please see https://github.com/AkihiroSuda/moby-snapshot/releases
12+
docker_nightly_version: snapshot-20201008
13+
- run: |
14+
set -x
15+
16+
docker version
17+
18+
docker run --rm hello-world

0 commit comments

Comments
 (0)