mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
fix(ci): fix baseline profile path
This commit is contained in:
parent
350a64d479
commit
ca0706f94b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/baseline-profile.yml
vendored
4
.github/workflows/baseline-profile.yml
vendored
|
@ -107,8 +107,8 @@ jobs:
|
|||
# Sort the baseline profile, saving it to app/
|
||||
sort -o android/src/main/baseline-prof.txt benchmark/build/outputs/baseline-prof/BaselineProfileGenerator_startup-baseline-prof.txt
|
||||
# If the baseline profile has changed, commit it
|
||||
if [[ $(git diff --stat app/src/main/baseline-prof.txt) != '' ]]; then
|
||||
git add app/src/main/baseline-prof.txt
|
||||
if [[ $(git diff --stat android/src/main/baseline-prof.txt) != '' ]]; then
|
||||
git add android/src/main/baseline-prof.txt
|
||||
git commit -m "chore(android): refresh baseline profile" && git push
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue