Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Nov 1, 2024
1 parent cd4f11b commit 5b1eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- id: set-jobs
run: |
echo 'jobs=["test-ref-merge","test-ref-matrix"]' >> "$GITHUB_OUTPUT"
echo 'jobs=["changes","test-ref-merge","test-ref-matrix"]' >> "$GITHUB_OUTPUT"
test-ref-merge:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
id: check-results
run: |
# Convert JSON array to Bash array
mapfile -t job_names < <(echo '${{ fromJson(jobs.changes.outputs.jobs) }}')
mapfile -t job_names < <(echo '${{ fromJson(needs.changes.outputs.jobs) }}')
# Create associative array of job results
declare -A job_results
Expand Down

0 comments on commit 5b1eda6

Please sign in to comment.