Skip to content

Commit

Permalink
iOS test job : Align "release" workflow to "test" workflow (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerlet-at-didomi authored Jan 20, 2025
1 parent f3374c6 commit 5aec2aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ jobs:

- name: Run iOS Tests
run: |
cp index.tsx index.js
npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios/assets
rm index.js
cd ios && TEST=1 && RCT_NO_LAUNCH_PACKAGER=1 xcodebuild \
-workspace "Didomi Tests.xcworkspace" \
-scheme "Didomi Tests" \
Expand Down

0 comments on commit 5aec2aa

Please sign in to comment.