Skip to content

Commit

Permalink
if this doesn't work then I quit
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 0ae3cc3 commit eba9e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
name: generateTests
run: |
ALL_TESTS=$(./scripts/test.sh | base64 -d)
echo "::set-output name=all_tests::$ALL_TESTS"
# echo "::set-output name=all_tests::$ALL_TESTS"
# echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
# echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
- name: Print the captured output
run: echo "${{ steps.get_all_tests.outputs.all_tests }}"
debug-generate-tests:
Expand Down

0 comments on commit eba9e4f

Please sign in to comment.