Skip to content

Commit b0c4338

Browse files
committed
2 groups make more sense
1 parent ff56443 commit b0c4338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: true
3838
matrix:
39-
groups: [1, 2, 3, 4, 5]
39+
groups: [1, 2]
4040
runs-on: ubuntu-latest
4141
services:
4242
postgres:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: ./.github/workflows/python_and_pip
5555
- name: Run tests
56-
run: pytest -s --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
56+
run: pytest --splits 2 --group ${{ matrix.groups }} --splitting-algorithm least_duration
5757

5858
deploy_to_heroku:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)