Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Aug 26, 2023
1 parent 262256f commit 0776a17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: |
npm ci
npm run build
rm -rf node_modules
- run: yarn
working-directory: example

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: |
echo $RN_VERSION $RN_FOLDER $ANDROID_NDK_HOME
[[ "$RN_VERSION" == "reanimated-2" ]] && git clone --depth=1 https://github.com/software-mansion-labs/reanimated-2-playground.git "$RN_FOLDER" || npx react-native init "$RN_FOLDER" --version "$RN_VERSION"
npm ci
npm run build
rm -rf node_modules
cd "$RN_FOLDER"
yarn add file:..
yarn add [email protected] -D
npx mmkv-link
cd ./android
echo "cmake.dir=/usr/local/lib/android/sdk/cmake/3.10.2.4988404" >> local.properties
./gradlew assembleRelease
./gradlew assembleDebug

1 comment on commit 0776a17

@vercel
Copy link

@vercel vercel bot commented on 0776a17 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnmmkv – ./

rnmmkv-git-master-ammarahm-ed.vercel.app
rnmmkv-ammarahm-ed.vercel.app
rnmmkv.vercel.app

Please sign in to comment.