Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar authored Feb 15, 2024
1 parent 67fb89b commit 9105404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This appears to be a known harmless annoyance:
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/11122

name: Simple CI
name: Tests

on:
push:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Upload coverage to github
if: contains(matrix.test-type, 'unit')
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: tox-gh-actions-coverage
path: coverage.xml
Expand Down

0 comments on commit 9105404

Please sign in to comment.