Skip to content

Commit

Permalink
9
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Aug 3, 2024
1 parent cdebdfa commit d0851d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/compiler-output-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,10 @@ jobs:
rm ./out/jak3/obj.pr/ambient.o
rm ./out/jak3/obj.pr/ai-task-h.o
set +e
python ./scripts/gsrc/compare-compilation-outputs.py --base "./out/jak1/obj.master,./out/jak2/obj.master,./out/jak3/obj.master" --compare "./out/jak1/obj.pr,./out/jak2/obj.pr,./out/jak3/obj.pr" --markdown
echo "SCRIPT_EXIT_CODE=$?" >> $GITHUB_ENV
SCRIPT_EXIT_CODE=$?
cat ./comp-diff-report.md >> $GITHUB_STEP_SUMMARY
- name: Potentially Fail
run: |
if [ "$SCRIPT_EXIT_CODE" -ne 0 ]; then
exit 1
fi
Expand Down

0 comments on commit d0851d1

Please sign in to comment.