Skip to content

Commit

Permalink
remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent ff47754 commit 009e4cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
run: |
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
debug-generate-tests:
name: ${{matrix.tests.name}}
needs: generate-tests
Expand Down

0 comments on commit 009e4cc

Please sign in to comment.