From 0c6fcd9f0068e5ebcf0d7cedb412947a7ad10f74 Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz Date: Thu, 5 Sep 2024 12:44:15 +0200 Subject: [PATCH] test --- .github/workflows/ci.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a49e82c8..ce15db04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,21 +27,9 @@ jobs: path: '.github/workflows/_matrix.json' prop_path: '${{ inputs.type }}.ci' - - name: "Debug matrix output" - run: | - echo "Matrix output:" - echo '${{ steps.matrix.outputs.prop }}' | jq . - - debug-matrix: - needs: get-matrix - runs-on: ubuntu-latest - steps: - - name: "Print matrix" - run: | - echo "Matrix content:" - echo '${{ needs.get-matrix.outputs.matrix }}' | jq . - tests: + needs: get-matrix + runs-on: ubuntu-latest name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"