Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 27, 2024
1 parent 0fea782 commit 41dde83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
echo "all_tests=$ALL_TESTS" >> $GITHUB_ENV
echo "greet=$GREET" >> $GITHUB_ENV
echo "::set-output name=all_tests::$ALL_TESTS"
echo "::set-output name=count::$COUNT"
COUNT_STR=$(IFS=' '; echo "${COUNT[*]}")
echo "::set-output name=count::$COUNT_STR"
- name: Print the captured output
run: |
echo "${{ steps.get_all_tests.outputs.all_tests }}" | tail
Expand Down

0 comments on commit 41dde83

Please sign in to comment.