Skip to content

Commit c549253

Browse files
🩹 [Fix]: Parse Tests output as JSON for matrix strategy in workflow
1 parent abcf83f commit c549253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
needs:
212212
- Gather-Tests
213213
strategy:
214-
matrix: ${{ needs.Gather-Tests.outputs.Tests }}
214+
matrix: ${{ fromJson(needs.Gather-Tests.outputs.Tests) }}
215215
runs-on: ${{ matrix.OS }}
216216
steps:
217217
- name: Test

0 commit comments

Comments
 (0)