Skip to content

Commit

Permalink
make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Othinn committed Apr 8, 2024
1 parent 49da014 commit ba322e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/configurations/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
name: Copy packages
command: |
cd packages/rn-tester-e2e/scripts
chmod +x copy-packages.sh
copy-packages.sh
- run:
name: Boot iOS Simulator
Expand Down Expand Up @@ -198,6 +199,7 @@ jobs:
name: Copy packages
command: |
cd packages/rn-tester-e2e/scripts
chmod +x copy-packages.sh
copy-packages.sh
- run:
name: Start Metro
Expand Down

0 comments on commit ba322e7

Please sign in to comment.