mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 05:28:28 +00:00
Merge pull request #1365 from NoRePercussions/test-include-errors
PR Test Autocomment: Include Errors
This commit is contained in:
commit
73484870a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
echo ${{ github.event.number }} | tee ./pr/number
|
echo ${{ github.event.number }} | tee ./pr/number
|
||||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||||
echo "all_result<<$EOF" >> "$GITHUB_ENV"
|
echo "all_result<<$EOF" >> "$GITHUB_ENV"
|
||||||
yarn all >> "$GITHUB_ENV"
|
yarn all >> "$GITHUB_ENV" 2&>1 || true # proceed even if yarn fails
|
||||||
echo >> "$GITHUB_ENV" # yarn all doesn't necessarily produce a newline
|
echo >> "$GITHUB_ENV" # yarn all doesn't necessarily produce a newline
|
||||||
echo "$EOF" >> "$GITHUB_ENV"
|
echo "$EOF" >> "$GITHUB_ENV"
|
||||||
id: all
|
id: all
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue