Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Mar 24, 2024
1 parent 4a8512f commit 9fd5a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
core.info(`platforms = ${JSON.stringify(platforms)}`);
core.setOutput("platform", platforms);
core.setOutput("allplatforms", all_platforms);
core.info(`fail fast = ${fail_fast}`);
core.setOutput("fail-fast", fail_fast);
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
echo "platforms is:"
echo "${{ needs.generate-matrix.outputs.fail-fast }}"
echo "${{ needs.generate-matrix.outputs }}"
echo "${{ needs.generate-matrix.outputs.allplatforms }}"
echo "${{ needs.generate-matrix.outputs.platform }}"
test:
Expand Down

0 comments on commit 9fd5a5c

Please sign in to comment.