chore: Update matrix-test.yml

This commit is contained in:
Tonye Jack
2023-06-21 23:49:05 -06:00
committed by GitHub
parent 668fd3a713
commit 4d8812d205

View File

@@ -26,7 +26,7 @@ jobs:
- name: List all changed files
run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
- id: set-matrix
run: echo "matrix={\"container\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT"
run: echo "matrix={\"files\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT"
matrix-job:
name: Run Matrix Job
@@ -41,4 +41,4 @@ jobs:
uses: actions/checkout@v3
- name: Test
run: |
echo ${{ matrix.container }}
echo ${{ matrix.files }}