Skip to content

Commit

Permalink
PR Test Autocomment: Include Errors
Browse files Browse the repository at this point in the history
Currently, only `yarn all`'s stdout is commented. However,
yarn may also produce relevant stdout, so we should include it.
  • Loading branch information
NoRePercussions committed Jul 5, 2024
1 parent 5ec44f8 commit 510d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.number }} | tee ./pr/number
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "all_result<<$EOF" >> "$GITHUB_ENV"
echo "all_result<<$EOF" >> "$GITHUB_ENV" 2&>1
yarn all >> "$GITHUB_ENV"
echo "$EOF" >> "$GITHUB_ENV"
id: all
Expand Down

0 comments on commit 510d55c

Please sign in to comment.