Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit e649b32

Browse files
committed
Update job name
1 parent 7ff7e9a commit e649b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
tests:
12-
name: "Python ${{ matrix.python-version }}"
12+
name: "Run unit tests against Python ${{ matrix.python-version }}"
1313
runs-on: "ubuntu-latest"
1414
env:
1515
USING_COVERAGE: '3.6,3.8'

0 commit comments

Comments
 (0)