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 50f5d74 commit 20e138d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

- name: Android E2E build on EAS
working-directory: mono/apps/mobile
working-directory: ../../apps/mobile
run: |
eas build --profile maestro-test-android --platform android --non-interactive
# CI fails with mono/mono/apps/mobile/.eas/build/common/maestro.yml

0 comments on commit 20e138d

Please sign in to comment.