Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Oct 9, 2024
1 parent 4e5de17 commit f544809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_run-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
run_matrix=$run_matrix"]}"
echo "run_matrix=${run_matrix}"
echo "run_matrix=${run_matrix}" >> $GITHUB_OUTPUT
- name: Debug run_matrix
run: echo "${{ steps.test-case-matrix.outputs.run_matrix }}"

run-test:
needs: [get-test-case]
Expand Down

0 comments on commit f544809

Please sign in to comment.