mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:52:18 +00:00
quote
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ on:
|
||||
jobs:
|
||||
matrix:
|
||||
# If the workflow is triggered by a schedule event, only the acceptance tests run against QA and Prod.
|
||||
name: Prepare Matrix
|
||||
name: Preparte Matrix
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
matrix: ${{ steps.prepare-matrix.outputs.matrix }}
|
||||
@@ -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 ${{ steps.prepare-matrix.outputs.matrix }} | jq
|
||||
|
||||
quality:
|
||||
name: Ensure Quality
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
command: ${{ fromJson( needs.prepare-matrix.outputs.matrix ) }}
|
||||
command: "${{ fromJson( needs.prepare-matrix.outputs.matrix ) }}"
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
|
||||
Reference in New Issue
Block a user