From 71d9f99f746b5c263930a5f3c65005b85ef37820 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 27 Nov 2024 13:14:07 +0100 Subject: [PATCH] id --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83fdd00b1d2..ece95547fee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,9 @@ on: required: false jobs: - matrix: + prepare-matrix: # 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 outputs: matrix: ${{ steps.prepare-matrix.outputs.matrix }} @@ -61,7 +61,7 @@ jobs: strategy: fail-fast: false matrix: - command: ${{ needs.prepare-matrix.outputs.matrix }} + command: ${{ fromJson( needs.prepare-matrix.outputs.matrix ) }} steps: - name: Checkout Repo