Skip to content

Commit 9a56154

Browse files
🩹 [Fix]: Correct reference to Gather-TestSuites output in workflow matrix strategy
1 parent 4fc3b85 commit 9a56154

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
@@ -157,7 +157,7 @@ jobs:
157157
needs:
158158
- Gather-TestSuites
159159
strategy:
160-
matrix: ${{ needs.Gather-Tests.outputs.TestSuites }}
160+
matrix: ${{ needs.Gather-TestSuites.outputs.TestSuites }}
161161
runs-on: ${{ matrix.OS }}
162162
steps:
163163
- name: Test

0 commit comments

Comments
 (0)