Skip to content

Commit

Permalink
ci: fix artifact download path
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent 52f516b commit d315f6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,19 +203,18 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ios-app
path: ./packages/react-native/ios

- name: Check Artifact
run: |
ls -la
cd ios
ls -la
cd build
ls -la
- name: Install on iOS Simulator
run: |
xcrun simctl boot "iPhone 15 Pro"
xcrun simctl install booted ./ios/build/Build/Products/Release-iphonesimulator/MapLibreReactNativeExample.app
xcrun simctl install booted ./ios/MapLibreReactNativeExample.app
- name: Test with Maestro
run: maestro test e2e/show-map.yml

0 comments on commit d315f6e

Please sign in to comment.