Skip to content

Commit

Permalink
append to log file
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Aug 28, 2024
1 parent f038fcf commit 2c3f073
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
mkdir -p ./pr
echo "${{ github.event.issue.number }}" > ./pr/issueNumber
echo "[Build Log](https://github.com/${{github.repository}}/actions/runs/${{ github.run_id }})" >> ./pr/message
echo "Simmetrix Test Result: ${{ steps.build_sim.outcome }} " > ./pr/message
echo "Simmetrix + CGNS Test Result: ${{ steps.build_sim_cgns.outcome }} " > ./pr/message
echo "Simmetrix Test Result: ${{ steps.build_sim.outcome }} " >> ./pr/message
echo "Simmetrix + CGNS Test Result: ${{ steps.build_sim_cgns.outcome }} " >> ./pr/message
- name: Upload result
if: ${{ !cancelled() }} #upload unless the job was cancelled
Expand Down

0 comments on commit 2c3f073

Please sign in to comment.