Skip to content

Commit f2ce442

Browse files
committed
add manual switching to Mobile-Expensify
1 parent 90150c4 commit f2ce442

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/reassurePerformanceTests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
BASELINE_BRANCH=${BASELINE_BRANCH:="main"}
4949
git fetch origin "$BASELINE_BRANCH" --no-tags --depth=1
5050
git switch "$BASELINE_BRANCH"
51-
git submodule update --init --recursive
51+
cd Mobile-Expensify
52+
git checkout "$(git rev-parse HEAD)"
53+
cd ..
54+
git add Mobile-Expensify
5255
npm install --force || (rm -rf node_modules && npm install --force)
5356
NODE_OPTIONS=--experimental-vm-modules npx reassure --baseline
5457
git switch --force --detach -

0 commit comments

Comments
 (0)