Skip to content

Commit 1f63c32

Browse files
committed
remove submodule update
1 parent f2ce442 commit 1f63c32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/reassurePerformanceTests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ jobs:
5555
npm install --force || (rm -rf node_modules && npm install --force)
5656
NODE_OPTIONS=--experimental-vm-modules npx reassure --baseline
5757
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 .
6158
cd Mobile-Expensify
6259
git checkout "$(git rev-parse HEAD)"
6360
cd ..
6461
git add Mobile-Expensify
62+
git merge --no-commit --allow-unrelated-histories "$BASELINE_BRANCH" -X ours
63+
git checkout --ours .
6564
npm install --force || (rm -rf node_modules && npm install --force)
6665
NODE_OPTIONS=--experimental-vm-modules npx reassure --branch
6766

0 commit comments

Comments
 (0)