mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 15:03:52 +00:00
json
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
|||||||
id: prepare-matrix
|
id: prepare-matrix
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${{ github.event.schedule }}" ]; then
|
if [ -z "${{ github.event.schedule }}" ]; then
|
||||||
echo 'matrix=["test:acceptance:qa", "test:acceptance:prod"]' >> $GITHUB_OUTPUT
|
echo "matrix=$(echo '[\"test:acceptance:qa\", \"test:acceptance:prod\"]' | jq -R .)" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo 'matrix=["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]' >> $GITHUB_OUTPUT
|
echo "matrix=$(echo '[\"format --check\", \"lint\", \"test:unit\", \"test:integration\", \"test:acceptance\"]' | jq -R .)" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
quality:
|
quality:
|
||||||
|
|||||||
Reference in New Issue
Block a user