Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Dec 13, 2024
1 parent 986847d commit de6ca39
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,16 @@ jobs:
fail-fast: false
matrix:
shard:
- index: [1, 2, 3]
- total: [3]
- index: 1
- index: 2
- index: 3
- total: 3
- total: 1
exclude:
- shard: ${{ inputs.speculos_tests == 'false' && 'index' }}
- shard: ${{ inputs.speculos_tests == 'false' && 'total' }}
- indec: ${{ inputs.speculos_tests == 'false' && '2' }}
- index: ${{ inputs.speculos_tests == 'false' && '3' }}
- total: ${{ inputs.speculos_tests == 'false' && '3' }}
- total: ${{ inputs.speculos_tests != 'false' && '1' }}

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

0 comments on commit de6ca39

Please sign in to comment.