mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:14:29 +00:00
quotes
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
||||
id: prepare-matrix
|
||||
run: |
|
||||
if [ -z "${{ github.event.schedule }}" ]; then
|
||||
echo "::set-output name=matrix::['test:acceptance:qa', 'test:acceptance:prod']"
|
||||
echo '::set-output name=matrix::["test:acceptance:qa", "test:acceptance:prod"]'
|
||||
else
|
||||
echo "::set-output name=matrix::['format --check', 'lint', 'test:unit', 'test:integration', 'test:acceptance']"
|
||||
echo '::set-output name=matrix::["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]'
|
||||
fi
|
||||
|
||||
quality:
|
||||
@@ -36,7 +36,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