Skip to content

Commit

Permalink
Align jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 17, 2024
1 parent 194fefd commit a4f45f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:

kind-test-docker-linux:
name: Test Kind Deployment using Docker on Linux
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
kind_version: [v0.22.0]
os: [ubuntu-latest,macos-13]
os: [ubuntu-latest]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -67,10 +67,11 @@ jobs:
kind-test-docker-macos:
name: Test Kind Deployment using Docker on MacOS
runs-on: macos-13
runs-on: ${{ matrix.os }}
strategy:
matrix:
kind_version: [v0.22.0]
os: [macos-13]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -94,7 +95,7 @@ jobs:
exit 1
fi
kind-test-podman-rootless:
kind-test-podman-rootless-linux:
name: Test Kind Deployment using Podman rootless on Linux
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
exit 1
fi
kind-test-podman-rootful:
kind-test-podman-rootful-linux:
name: Test Kind Deployment using Podman rootful on Linux
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit a4f45f8

Please sign in to comment.