Skip to content

Commit

Permalink
Improve naming of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 23, 2024
1 parent 7093ab8 commit 9c5fe82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sphinx
name: Test

on:
push:
Expand All @@ -14,6 +14,7 @@ jobs:
python-version: '3.10'
strategy:
matrix:
tasks: [ 'sphinx' ]
sphinx-version: [ '5.3.0', '6.2.1', '7.*' ]

steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
include:
- os: ubuntu-latest
python-version: '3.9'
tasks: tests
- os: ubuntu-latest
python-version: '3.11'
tasks: tests

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c5fe82

Please sign in to comment.