mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 21:12:16 +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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user