Skip to content

Commit

Permalink
Merge pull request #8684 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
  • Loading branch information
abdurrahman-ledger authored Dec 13, 2024
2 parents bdd29fb + feefec3 commit de65e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ jobs:
shardIndex: [1, 2, 3]
shardTotal: [3, 1]
exclude:
- shardIndex: ${{ github.event.inputs.speculos_tests == 'false' && '2' }}
- shardIndex: ${{ github.event.inputs.speculos_tests == 'false' && '3' }}
- shardTotal: ${{ github.event.inputs.speculos_tests == 'false' && '3' }}
- 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' }}

steps:
Expand Down

0 comments on commit de65e37

Please sign in to comment.