Skip to content

Commit 930fcef

Browse files
authored
Update test-loop.yml
1 parent 750b2b3 commit 930fcef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
colors: ${{ steps.colors.outputs.colores }}
1414
project-string: ${{ steps.project-string-step.outputs.json-project-string }}
15-
project-json: ${{ steps.json-project-step.outputs.json-project }}
15+
project-json: ${{ steps.project-string-step.outputs.json-project }}
1616

1717
steps:
1818
- name: Define Colors
@@ -46,12 +46,18 @@ jobs:
4646
print-output:
4747
runs-on: ubuntu-latest
4848
needs: define-matrix
49+
50+
strategy:
51+
matrix: ${{ fromJSON(needs.define-matrix.outputs.project-string) }}
4952

5053
steps:
5154
# - name: Print colors variable
5255
# run: |
5356
# echo ${{ needs.define-matrix.outputs.colors }}
5457

58+
- name: Build project
59+
run: echo "Building project ${{ matrix.project }} with config ${{ matrix.config }}"
60+
5561
- name: Print project-json variable
5662
id: print-stuff
5763
run: |

0 commit comments

Comments
 (0)