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 90150c4 commit f2ce442Copy full SHA for f2ce442
1 file changed
.github/workflows/reassurePerformanceTests.yml
@@ -48,7 +48,10 @@ jobs:
48
BASELINE_BRANCH=${BASELINE_BRANCH:="main"}
49
git fetch origin "$BASELINE_BRANCH" --no-tags --depth=1
50
git switch "$BASELINE_BRANCH"
51
- git submodule update --init --recursive
+ 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 -
0 commit comments