Skip to content

Commit

Permalink
ci: export path in test job
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent b007bdc commit b3e96fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,9 @@ jobs:
working-directory: ./packages/react-native-app
run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
export PATH="$PATH":"$HOME/.maestro/bin"
brew tap facebook/fb
brew install facebook/fb/idb-companion
- name: Test Maestro Path
run: maestro --version

- name: Install Pods
working-directory: ./packages/react-native-app
run: yarn pod:install
Expand All @@ -148,5 +144,6 @@ jobs:
- name: Test with Maestro
working-directory: ./packages/react-native-app
run: |
export PATH="$PATH":"$HOME/.maestro/bin"
maestro --version
maestro test e2e/show-map.yml

0 comments on commit b3e96fd

Please sign in to comment.