Skip to content

Commit

Permalink
chore(gha): testint123
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jul 29, 2024
1 parent 13138dc commit 7ff9036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: 🔨 Build project
run: npm run build:cap

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: 📱 List iOS simulator
run: xcrun simctl list

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: 📱 Start iOS simulator
run: open -a Simulator.app &

Expand Down

0 comments on commit 7ff9036

Please sign in to comment.