File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 75
75
go-version : ${{ env.GO_VERSION }}
76
76
check-latest : true
77
77
- run : go install ./cmd/nerdctl
78
- - run : go install -v gotest. tools/gotestsum@v1
78
+ - run : make install-dev- tools
79
79
# This here is solely to get the cni install script, which has not been modified in 3+ years.
80
80
# There is little to no reason to update this to latest containerd
81
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -337,8 +337,9 @@ jobs:
337
337
docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
338
338
- name : " Prepare integration test environment"
339
339
run : |
340
- sudo apt-get install -y expect
341
- go install -v gotest.tools/gotestsum@v1
340
+ # FIXME: remove expect when we are done removing unbuffer from tests
341
+ sudo apt-get install -qq expect
342
+ make install-dev-tools
342
343
- name : " Ensure that the integration test suite is compatible with Docker"
343
344
run : WITH_SUDO=true ./hack/test-integration.sh -test.target=docker
344
345
- name : " Ensure that the IPv6 integration test suite is compatible with Docker"
@@ -361,8 +362,9 @@ jobs:
361
362
with :
362
363
go-version : ${{ env.GO_VERSION }}
363
364
check-latest : true
364
- - run : go install ./cmd/nerdctl
365
- - run : go install -v gotest.tools/gotestsum@v1
365
+ - run : |
366
+ go install ./cmd/nerdctl
367
+ make install-dev-tools
366
368
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
367
369
with :
368
370
repository : containerd/containerd
You can’t perform that action at this time.
0 commit comments