Skip to content

Commit

Permalink
add correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Othinn committed Apr 8, 2024
1 parent ba322e7 commit 7c311bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/configurations/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
command: |
cd packages/rn-tester-e2e/scripts
chmod +x copy-packages.sh
copy-packages.sh
./copy-packages.sh
- run:
name: Boot iOS Simulator
command: source scripts/.tests.env && xcrun simctl boot "$IOS_DEVICE" || true
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
command: |
cd packages/rn-tester-e2e/scripts
chmod +x copy-packages.sh
copy-packages.sh
./copy-packages.sh
- run:
name: Start Metro
command: |
Expand Down

0 comments on commit 7c311bd

Please sign in to comment.