We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270d87b + e9ae606 commit a6ccb39Copy full SHA for a6ccb39
1 file changed
.github/workflows/reassurePerformanceTests.yml
@@ -48,9 +48,17 @@ jobs:
48
BASELINE_BRANCH=${BASELINE_BRANCH:="main"}
49
git fetch origin "$BASELINE_BRANCH" --no-tags --depth=1
50
git switch "$BASELINE_BRANCH"
51
+ cd Mobile-Expensify
52
+ git checkout "$(git rev-parse HEAD)"
53
+ cd ..
54
+ git add Mobile-Expensify
55
npm install --force || (rm -rf node_modules && npm install --force)
56
NODE_OPTIONS=--experimental-vm-modules npx reassure --baseline
57
git switch --force --detach -
58
59
60
61
62
git merge --no-commit --allow-unrelated-histories "$BASELINE_BRANCH" -X ours
63
git checkout --ours .
64
0 commit comments