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 82b9a1b commit 3c40ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
eas build --profile maestro-test-android --platform android --non-interactive
# CI fails with mono/mono/apps/mobile/.eas/build/common/maestro.yml
# but this is not a valid path - it should be .eas/common/maestro.yml ??
2 changes: 1 addition & 1 deletion apps/mobile/.eas/build/maestro-test-android.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- common/maestro.yml
- ../common/maestro.yml

build:
name: Create a build and run Maestro tests on it
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/.eas/build/maestro-test-ios.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- common/maestro.yml
- ../common/maestro.yml

build:
name: Create a build and run Maestro tests on it
Expand Down

0 comments on commit 3c40ffe

Please sign in to comment.