Skip to content

Commit

Permalink
ci: debug maestro
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent 080a28e commit fe8978c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
export PATH="$PATH":"$HOME/.maestro/bin"
brew tap facebook/fb
brew install facebook/fb/idb-companion
maestro --version
- name: Install Pods
working-directory: ./packages/react-native-app
Expand All @@ -144,4 +145,6 @@ jobs:
- name: Test with Maestro
working-directory: ./packages/react-native-app
run: maestro test e2e/show-map.yml
run: |
$HOME/.maestro/bin test e2e/show-map.yml
maestro --version

0 comments on commit fe8978c

Please sign in to comment.