Skip to content

Commit ec1174a

Browse files
committed
build(ci): skip git init on test patch generation
otherwise it causes an error and breaks patch generation
1 parent 4baea73 commit ec1174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_test_patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
done
7272
ls -la $HOME/packages/
7373
cd $HOME
74-
npx react-native init template --skip-install
74+
npx react-native init template --skip-install --skip-git-init
7575
cd template
7676
yarn
7777
yarn add patch-package --save-dev

0 commit comments

Comments
 (0)