mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 21:40:45 +00:00
id
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -26,9 +26,9 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
matrix:
|
prepare-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 }}
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
command: ${{ needs.prepare-matrix.outputs.matrix }}
|
command: ${{ fromJson( needs.prepare-matrix.outputs.matrix ) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
|
|||||||
Reference in New Issue
Block a user