reduce shards to 2

This commit is contained in:
aya 2024-12-12 10:31:12 +02:00
parent c6d09fad27
commit f257591626

View File

@ -37,7 +37,7 @@ jobs:
name: tests
strategy:
matrix:
shard: [ 1, 2, 3, 4, 5, 6 ]
shard: [ 1, 2 ]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
@ -56,7 +56,7 @@ jobs:
- name: Run tests
run: |
pytest --shard-id=${{ matrix.shard }} --num-shards=6 --alluredir=allure-results
pytest --shard-id=${{ matrix.shard }} --num-shards=2 --alluredir=allure-results
- name: Get allure history
if: always()