mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:42:16 +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:
|
||||
name: Debug matrix
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- matrix
|
||||
steps:
|
||||
- name: Debug matrix
|
||||
run: echo ${{ needs.matrix.outputs.matrix }}
|
||||
@@ -68,6 +70,9 @@ jobs:
|
||||
permissions:
|
||||
contents: "read"
|
||||
|
||||
needs:
|
||||
- matrix
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user