Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Feb 20, 2024
1 parent 21fb316 commit 80746c4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/docker-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,8 @@ jobs:
- name: install docker
if: runner.os == 'macos'
run: |
brew install --cask docker
- name: test docker run
if: runner.os == 'macos'
run: |
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
open -a /Applications/Docker.app --args --unattended --accept-license
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
brew install --cask rancher
rdctl start
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 80746c4

Please sign in to comment.