mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 16:42:34 +00:00
needs matrix
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -51,6 +51,8 @@ jobs:
|
|||||||
debug:
|
debug:
|
||||||
name: Debug matrix
|
name: Debug matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- matrix
|
||||||
steps:
|
steps:
|
||||||
- name: Debug matrix
|
- name: Debug matrix
|
||||||
run: echo ${{ needs.matrix.outputs.matrix }}
|
run: echo ${{ needs.matrix.outputs.matrix }}
|
||||||
@@ -68,6 +70,9 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: "read"
|
contents: "read"
|
||||||
|
|
||||||
|
needs:
|
||||||
|
- matrix
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user