Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 5, 2024
1 parent 6863f83 commit 0c6fcd9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 0c6fcd9

Please sign in to comment.