Skip to content

Commit

Permalink
chore: try osascript
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp committed May 14, 2024
1 parent 619308b commit 1cf2001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Run Metro
working-directory: example
run: |
yarn
npx react-native start
yarn
osascript -e 'tell application "Terminal" to do script "'"cd $(pwd) && npx react-native start"'"'
- name: Run tests
working-directory: example/ios
Expand Down

0 comments on commit 1cf2001

Please sign in to comment.