Skip to content

Commit

Permalink
Update posting comment path
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Aug 15, 2024
1 parent 49cd7a5 commit bf800bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ jobs:
run: |
printf "Ergs comparison results:\n" | tee -a $GITHUB_STEP_SUMMARY
echo '```' | tee -a $GITHUB_STEP_SUMMARY
cat result.txt | tee -a $GITHUB_STEP_SUMMARY
cat ${{ github.workspace }}/era_vm/era-compiler-tester/result.txt | tee -a $GITHUB_STEP_SUMMARY
echo '```' | tee -a $GITHUB_STEP_SUMMARY
cat $GITHUB_STEP_SUMMARY > result.txt
Expand Down

0 comments on commit bf800bd

Please sign in to comment.