Skip to content

Commit 91ae1ca

Browse files
Fixed test names
1 parent 49ad056 commit 91ae1ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install -r tools/test-requirements.txt
25-
- name: Tox
25+
- name: Tox Test
2626
run: tox -e py
2727
coverage:
2828
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -r tools/test-requirements.txt
39-
- name: Tox
39+
- name: Tox Coverage
4040
run: tox -e coverage
4141
analysis:
4242
runs-on: ubuntu-latest
@@ -50,5 +50,5 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
pip install -r tools/test-requirements.txt
53-
- name: Tox
53+
- name: Tox Analysis
5454
run: tox -e analysis

0 commit comments

Comments
 (0)