Skip to content

Commit

Permalink
ci: to revert before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Sep 17, 2024
1 parent 8dc1904 commit 270e4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -264,7 +264,7 @@ jobs:
script: ./tools/scripts/wait_emulator_idle.sh
- name: Setup Speculos image and Coin Apps
if: ${{ inputs.speculos_tests == 'true' }}
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-speculos_image@develop
uses: ./tools/actions/composites/setup-speculos_image
with:
coinapps_path: ${{ env.COINAPPS }}
speculos_tag: ${{ env.SPECULOS_IMAGE_TAG }}
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 @@ -50,5 +50,5 @@ permissions:
jobs:
test-mobile-e2e:
name: "Test Mobile E2E"
uses: LedgerHQ/ledger-live/.github/workflows/test-mobile-e2e-reusable.yml@develop
uses: ./.github/workflows/test-mobile-e2e-reusable.yml
secrets: inherit

0 comments on commit 270e4f4

Please sign in to comment.