Skip to content

Commit

Permalink
ci: test current workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 31, 2024
1 parent b9ffd91 commit 4a8ac61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: "Test Mobile E2E"
needs: determine-affected
if: ${{contains(needs.determine-affected.outputs.paths, 'ledger-live-mobile') && !github.event.pull_request.head.repo.fork}}
uses: LedgerHQ/ledger-live/.github/workflows/test-mobile-e2e-reusable.yml@develop
uses: LedgerHQ/ledger-live/.github/workflows/test-mobile-e2e-reusable.yml@support/qaa_312_detox_speculos_add_accounts
secrets: inherit

# Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mobile-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ permissions:
jobs:
test-mobile-e2e:
name: "Test Mobile E2E"
uses: LedgerHQ/ledger-live/.github/workflows/test-mobile-e2e-reusable.yml@develop
uses: LedgerHQ/ledger-live/.github/workflows/test-mobile-e2e-reusable.yml@support/qaa_312_detox_speculos_add_accounts
secrets: inherit

0 comments on commit 4a8ac61

Please sign in to comment.