Skip to content

Commit ef14b14

Browse files
🩹 [Fix]: Convert TestSuites output to JSON format for matrix strategy in workflow
1 parent 563fd27 commit ef14b14

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
@@ -160,7 +160,7 @@ jobs:
160160
needs:
161161
- Gather-Tests
162162
strategy:
163-
matrix: ${{ needs.Gather-Tests.outputs.TestSuites }}
163+
matrix: ${{ toJson(needs.Gather-Tests.outputs.TestSuites) }}
164164
runs-on: ${{ matrix.OS }}
165165
steps:
166166
- name: Test

0 commit comments

Comments
 (0)