Skip to content

Commit

Permalink
fix: for building app command
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Dec 16, 2024
1 parent 56264ad commit da45d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- name: 🦾 Create .env file
run: |
echo "APP_PATH=/Users/admin/Library/Developer/Xcode/DerivedData/App-artdanwhyejdrjaissakjwinbepw/Build/Products/Debug-iphonesimulator/App.app" > .env
echo "APP_PATH=/Users/admin/Library/Developer/Xcode/DerivedData/App-dgpfwkrrkmjevwdutjwosmyccrkl/Build/Products/Debug-iphonesimulator/App.app" > .env
- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: 🔨 Build app for iOS simulator
run: |
xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator18.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator18.0 CODE_SIGN_INDENTITY="org.cardanofoundation.idw" CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=YES
- name: 📱 Start appium
run: appium &
Expand Down

0 comments on commit da45d31

Please sign in to comment.