Skip to content

Commit

Permalink
fixup maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 622508c commit 93bafd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
ALL_TESTS=$(./scripts/test.sh | base64 -d)
echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
- name: Print the captured output
run: |
echo "${{ steps.get_all_tests.outputs.all_tests }}" | tail
run: echo "${{ steps.get_all_tests.outputs.all_tests }}"
debug-generate-tests:
name: ${{matrix.tests.name}}
needs: generate-tests
Expand Down

0 comments on commit 93bafd3

Please sign in to comment.