mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 22:03:00 +00:00
debug
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# If the workflow is triggered by a schedule event, only the acceptance tests run against QA and Prod.
|
# If the workflow is triggered by a schedule event, only the acceptance tests run against QA and Prod.
|
||||||
name: Preparte Matrix
|
name: Prepare Matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.prepare-matrix.outputs.matrix }}
|
matrix: ${{ steps.prepare-matrix.outputs.matrix }}
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
echo 'matrix=["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]' >> $GITHUB_OUTPUT
|
echo 'matrix=["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]' >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- name: Show Matrix
|
- name: Show Matrix
|
||||||
run: echo ${{ steps.prepare-matrix.outputs.matrix }} | jq
|
run: echo '${{ steps.prepare-matrix.outputs.matrix }}' | jq
|
||||||
|
|
||||||
quality:
|
quality:
|
||||||
name: Ensure Quality
|
name: Ensure Quality
|
||||||
|
|||||||
Reference in New Issue
Block a user