Skip to content

Commit

Permalink
increase shards to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 committed Dec 24, 2024
1 parent 17d11c7 commit 57d1758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: tests
strategy:
matrix:
shard: [ 0,1,2,3,4 ]
shard: [ 0,1,2,3,4,5,6,7 ]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Run tests
run: |
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=5 --alluredir=allure-results
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=8 --alluredir=allure-results
- name: Get allure history
if: always()
Expand Down

0 comments on commit 57d1758

Please sign in to comment.