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 aa576ec commit 2d1892f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
brew install --cask docker
- name: test docker run
run: sudo docker run --rm hello-world
run: |
ls -al /var/run/docker.sock
sudo docker run --rm hello-world
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 2d1892f

Please sign in to comment.