Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 21, 2024
1 parent 0b7d0d7 commit 5580c2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,19 @@ jobs:
if: ${{ !cancelled() }}
needs: [detox-tests-ios]
outputs:
report-url: ${{ steps.summary.outputs.report-url }}
report-url: ${{ steps.upload.outputs.report-url }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ ((github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' || github.event_name == 'pull_request') && (inputs.ref || github.ref_name)) || github.sha }}
- uses: LedgerHQ/ledger-live/tools/actions/composites/upload-allure-report@support/qaa_283_detox_improve_slack_notif
id: upload
with:
platform: ios
login: ${{ vars.ALLURE_USERNAME }}
password: ${{ secrets.ALLURE_LEDGER_LIVE_PASSWORD }}
path: ios-test-artifacts
- name: Get summary
id: summary
if: ${{ !cancelled() }}
uses: LedgerHQ/ledger-live/tools/actions/composites/get-allure-summary@support/qaa_283_detox_improve_slack_notif
with:
Expand Down Expand Up @@ -289,21 +289,21 @@ jobs:
runs-on: [ledger-live-medium]
if: ${{ !cancelled() }}
outputs:
report-url: ${{ steps.summary.outputs.report-url }}
report-url: ${{ steps.upload.outputs.report-url }}
needs: [detox-tests-android]
steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: ${{ ((github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' || github.event_name == 'pull_request') && (inputs.ref || github.ref_name)) || github.sha }}
- uses: LedgerHQ/ledger-live/tools/actions/composites/upload-allure-report@support/qaa_283_detox_improve_slack_notif
id: upload
with:
platform: android
login: ${{ vars.ALLURE_USERNAME }}
password: ${{ secrets.ALLURE_LEDGER_LIVE_PASSWORD }}
path: android-test-artifacts
- name: Get summary
id: summary
if: ${{ !cancelled() }}
uses: LedgerHQ/ledger-live/tools/actions/composites/get-allure-summary@support/qaa_283_detox_improve_slack_notif
with:
Expand Down

0 comments on commit 5580c2a

Please sign in to comment.