We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ce442 commit 1f63c32Copy full SHA for 1f63c32
1 file changed
.github/workflows/reassurePerformanceTests.yml
@@ -55,13 +55,12 @@ jobs:
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
- git submodule update --init --recursive
59
- git merge --no-commit --allow-unrelated-histories "$BASELINE_BRANCH" -X ours
60
- git checkout --ours .
61
cd Mobile-Expensify
62
git checkout "$(git rev-parse HEAD)"
63
cd ..
64
git add Mobile-Expensify
+ git merge --no-commit --allow-unrelated-histories "$BASELINE_BRANCH" -X ours
+ git checkout --ours .
65
66
NODE_OPTIONS=--experimental-vm-modules npx reassure --branch
67
0 commit comments