Skip to content

Commit

Permalink
fix: e2e tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 24, 2025
1 parent 7b9eaf0 commit 82b9a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ls -al

- name: iOS E2E build on EAS
working-directory: ../../apps/mobile
working-directory: ./apps/mobile
run: |
eas build --profile maestro-test-ios --platform ios --non-interactive
Expand All @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

- name: Android E2E build on EAS
working-directory: ../../apps/mobile
working-directory: ./apps/mobile
run: |
eas build --profile maestro-test-android --platform android --non-interactive
Expand Down

0 comments on commit 82b9a1b

Please sign in to comment.