Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Sep 17, 2024
1 parent dabad23 commit d91d76f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
shell: bash
- name: Run Android Tests
id: detox
run: pnpm mobile e2e:ci -p android -t
run: pnpm mobile e2e:ci -p android -t --testMatch $(pwd)/apps/ledger-live-mobile/e2e/specs/speculos/**
timeout-minutes: 45
env:
DETOX_INSTALL_TIMEOUT: 120000
Expand Down
1 change: 0 additions & 1 deletion apps/ledger-live-mobile/scripts/e2e-ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const test_android = async () => {
--forceExit \\
--headless \\
--retries 1 \\
--testMatch $(pwd)/apps/ledger-live-mobile/e2e/specs/speculos/** \\
--cleanup`;
};

Expand Down

0 comments on commit d91d76f

Please sign in to comment.