File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 6464 # current issue is resolved.
6565 GO_TEST_ARGS : ' '
6666 run : make test
67-
68- # Runs 'make test' on MacOS to ensure the continuous support for contributors
69- # using it as a development environment.
70- darwin-amd64 :
71- strategy :
72- matrix :
73- os : [macos-12]
74- fail-fast : false
75- runs-on : ${{ matrix.os }}
76- steps :
77- - name : Checkout
78- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
79- - name : Setup Go
80- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
81- with :
82- go-version : 1.20.x
83- cache-dependency-path : |
84- **/go.sum
85- **/go.mod
86- - name : Install and configure Docker using colima
87- # Ref: https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
88- run : |
89- brew install docker
90- colima start
91- echo "DOCKER_HOST=unix://$HOME/.colima/default/docker.sock" >> $GITHUB_ENV
92- - name : Run tests
93- run : make test
94- env :
95- SKIP_COSIGN_VERIFICATION : true
You can’t perform that action at this time.
0 commit comments