Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 29, 2024
1 parent 531abc5 commit 8ae2d8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
django-version: ['3.2', '4.0', '4.1']
django-version: ['3.2', '4.2', '5.0', '5.1']
os: [
ubuntu-20.04,
ubuntu-latest,
]

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run tests/settings.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
Expand All @@ -43,7 +43,7 @@ jobs:
'https://github.com/django/django/archive/main.tar.gz'
]
os: [
ubuntu-20.04,
ubuntu-latest,
]

steps:
Expand All @@ -60,7 +60,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run tests/settings.py
continue-on-error: true

- name: Upload Coverage to Codecov
Expand Down

0 comments on commit 8ae2d8e

Please sign in to comment.