Skip to content

Commit

Permalink
fixup! Improve test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 20, 2025
1 parent 9acff75 commit ead4c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ${{ needs.filter-matrix.outputs.json }}
test: ${{ fromJSON(needs.filter-matrix.outputs.json) }}
steps:
- name: Job started at
id: job-started
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: ${{ needs.filter-matrix.outputs.packages }}
package: ${{ fromJSON(needs.filter-matrix.outputs.packages) }}

Check failure on line 174 in .github/workflows/integration-tests.yaml

View workflow job for this annotation

GitHub Actions / Lint

[actionlint] reported by reviewdog 🐶 property "packages" is not defined in object type {json: string} [expression] Raw Output: .github/workflows/integration-tests.yaml:174:31: property "packages" is not defined in object type {json: string} [expression]
steps:
- uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
with:
Expand Down

0 comments on commit ead4c73

Please sign in to comment.