Skip to content

Commit

Permalink
[CI] Update ci-it matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Apr 12, 2024
1 parent 4d829d7 commit 09737ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: matrix
shell: bash
run: |
MATRIX=$(cat .github/workflows/k8s-versions.json)
MATRIX=$(jq -c . .github/workflows/k8s-versions.json)
echo "MATRIX=$MATRIX" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.matrix.outputs.MATRIX }}
Expand All @@ -24,8 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s_version:
include: ${{ fromJson(needs.prepare.outputs.matrix) }}
include: ${{ fromJson(needs.prepare.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
Expand Down

0 comments on commit 09737ac

Please sign in to comment.