Skip to content

Commit

Permalink
add printing for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 25, 2024
1 parent f4347c7 commit 23e492b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/get_test_infos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ runs:
TEST_INFOS=$(./.github/actions/get_test_infos/get_test_infos.sh | base64 -d)
echo "test-infos=${TEST_INFOS}" >> "$GITHUB_OUTPUT"
shell: bash

- name: Echo test infos for troubleshooting
run: |
echo "Test Infos Output:"
echo "${{ steps.get-test-infos.outputs.test-infos }}"
shell: bash

0 comments on commit 23e492b

Please sign in to comment.