This commit is contained in:
Elio Bischof
2024-11-27 13:20:19 +01:00
parent 71d9f99f74
commit fab9206e7e

View File

@@ -48,6 +48,16 @@ jobs:
- name: Show Matrix
run: echo '${{ steps.prepare-matrix.outputs.matrix }}'
debug:
name: Debug matrix
runs-on: ubuntu-latest
steps:
- name: Debug matrix
run: echo ${{ needs.prepare-matrix.outputs.matrix }}
- name: Debug fromJson
run: echo ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
quality:
name: Ensure Quality