Skip to content

Commit

Permalink
oooo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Mar 1, 2024
1 parent 214fe43 commit 642b5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print matrix
run: echo "Matrix content: ${{ needs.prepare-matrix.outputs.matrix }}"
run: |
echo "Matrix content: ${{ needs.prepare-matrix.outputs.matrix }}"
test-build:
Expand Down

0 comments on commit 642b5f0

Please sign in to comment.