Skip to content

Commit

Permalink
Merge pull request #1365 from NoRePercussions/test-include-errors
Browse files Browse the repository at this point in the history
PR Test Autocomment: Include Errors
  • Loading branch information
marocchino authored Jul 8, 2024
2 parents 705e5f7 + abf2a6c commit 7348487
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 @@ -19,7 +19,7 @@ jobs:
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"
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 "$EOF" >> "$GITHUB_ENV"
id: all
Expand Down

0 comments on commit 7348487

Please sign in to comment.