Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Sep 17, 2024
1 parent cbb200b commit bb6db7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@ jobs:
*) exit 1 ;;
esac
git status
ninja all_source "$root/report.json"
cp "$root/report.json" "$expected"
git checkout "$head"
git status
ninja all_source "$root/report.json"
cp "$root/report.json" "$current"
build/tools/objdiff-cli report changes -o "$changes" "$expected" "$current"
python tools/diff_changes.py "$changes"
Expand Down

0 comments on commit bb6db7c

Please sign in to comment.