Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb authored Nov 6, 2023
1 parent b1f1530 commit a068c0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ jobs:
- run: make check
- run: make check-cli-docs

generate-matrix:
runs-on: ubuntu-latest
steps:
- run: echo ::set-output name=matrix::[v1.27, v1.21]

kuttl-test:
runs-on: ubuntu-latest
needs: [go-test]
strategy:
fail-fast: false
matrix:
kubernetes: [v1.27, v1.26, v1.25, v1.24, v1.23, v1.22, v1.21]
kubernetes: ${{ needs.metadata.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit a068c0d

Please sign in to comment.