We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde1f8 commit 4ddce06Copy full SHA for 4ddce06
.github/workflows/test.yml
@@ -19,7 +19,7 @@ on:
19
- name: Checkout
20
uses: actions/checkout@v5
21
- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
22
- uses: ./ # Uses an action in the root directory
+ uses: douglascamata/setup-docker-macos-action@v1
23
id: docker
24
- name: Get the Docker client version
25
run: |
0 commit comments