mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 10:42:13 +00:00
debug
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -48,6 +48,16 @@ jobs:
|
|||||||
- name: Show Matrix
|
- name: Show Matrix
|
||||||
run: echo '${{ steps.prepare-matrix.outputs.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:
|
quality:
|
||||||
name: Ensure Quality
|
name: Ensure Quality
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user