Skip to content

Commit

Permalink
Merge pull request #8688 from LedgerHQ/support/qaa_375_sharding_andro…
Browse files Browse the repository at this point in the history
…id_test_fix

[QAA-375][Detox][Speculos] Fix Shard for push (bis)
  • Loading branch information
abdurrahman-ledger authored Dec 13, 2024
2 parents de65e37 + f8344e8 commit bead90a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -210,7 +210,7 @@ jobs:
- shardIndex: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '2' }}
- shardIndex: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '3' }}
- shardTotal: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '3' }}
- shardTotal: ${{ github.event.inputs.speculos_tests != 'false' && '1' }}
- shardTotal: ${{ github.event.inputs.speculos_tests != 'false' && github.event_name != 'push') && '1' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bead90a

Please sign in to comment.