This commit is contained in:
Elio Bischof
2024-11-27 13:10:34 +01:00
parent c3868977ef
commit d4898943f4

View File

@@ -46,7 +46,7 @@ jobs:
echo 'matrix=["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]' >> $GITHUB_OUTPUT
fi
- name: Show Matrix
run: echo '${{ steps.prepare-matrix.outputs.matrix }}' | jq
run: echo '${{ fromJson( steps.prepare-matrix.outputs.matrix ) }}'
quality:
name: Ensure Quality