Skip to content

Commit

Permalink
wait for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 17, 2024
1 parent dc81916 commit 8460842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Docker
run: |
brew install --cask docker
brew install --cask docker-machine docker
brew install --cask virtualbox
# brew install --cask docker
docker-machine create --driver virtualbox default
- name: Deploy kind
run: |
curl -Lo ./kind/kind https://kind.sigs.k8s.io/dl/${{ matrix.kind_version }}/kind-linux-amd64
Expand Down

0 comments on commit 8460842

Please sign in to comment.