Skip to content

Commit

Permalink
2 groups make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoRado committed Feb 1, 2025
1 parent ff56443 commit b0c4338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: true
matrix:
groups: [1, 2, 3, 4, 5]
groups: [1, 2]
runs-on: ubuntu-latest
services:
postgres:
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/python_and_pip
- name: Run tests
run: pytest -s --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
run: pytest --splits 2 --group ${{ matrix.groups }} --splitting-algorithm least_duration

deploy_to_heroku:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0c4338

Please sign in to comment.