Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed May 6, 2024
1 parent 3070741 commit f159386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
profile: Nexus 6
arch: x86_64
working-directory: ./Samples/SimpleMixpanel
script: yarn android
script: react-native run-android

test_ios:
runs-on: macos-latest
Expand All @@ -83,4 +83,4 @@ jobs:
run: pod install --repo-update
- name: Test iOS
working-directory: ./Samples/SimpleMixpanel
run: yarn ios --simulator "iPhone 15 Pro"
run: react-native run-ios

0 comments on commit f159386

Please sign in to comment.