Skip to content

Commit

Permalink
DNM debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 2, 2023
1 parent 8736ecf commit 91fe835
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ jobs:
run: |
echo 'Local tests were enumerated to be `${{ toJSON(fromJSON( steps.enumerate.outputs.tests )) }}`' >> $GITHUB_STEP_SUMMARY
can-we-read-needs-data:
runs-on: ubuntu-latest
needs: enumerate-wrappers-tests
steps:
- name: Debug
run: |
echo "plain: ${{ needs.enumerate-wrappers-tests.outputs.tests-list }}"
echo "through json:${{ toJSON(fromJSON(needs.enumerate-wrappers-tests.outputs.tests-list)) }}"
wrappers-tests:
runs-on: ubuntu-latest
needs: enumerate-wrappers-tests
Expand Down

0 comments on commit 91fe835

Please sign in to comment.