Skip to content

Commit

Permalink
Updates Matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Apr 15, 2024
1 parent 5ddc8e9 commit d294916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: dist/
test:
runs-on: ubuntu-20.04
name: Test
name: Test Python ${{ matrix.python-version }} + Django ~= ${{ matrix.django-version }}
needs: [build]
strategy:
matrix:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
mkdir -p test-results/
coverage report
coverage xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- name: Store test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d294916

Please sign in to comment.