Skip to content

Commit ea4bf70

Browse files
committed
Run only specific version
1 parent a9503fb commit ea4bf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Test (pytest)
6060
run: uv run pytest --verbose --cov=./django_elastipymemcache --cov-report=xml
6161
- name: Upload test results to Codecov
62+
if: ${{ matrix.python-version == '3.14' && matrix.django-version == '5.2' }}
6263
uses: codecov/codecov-action@v5
6364
with:
6465
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)