Skip to content

Commit

Permalink
added new job for docker on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 17, 2024
1 parent 05556a5 commit 194fefd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Setup Docker
run: |
brew install docker
- 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 194fefd

Please sign in to comment.