Skip to content

Commit f49a409

Browse files
authored
make names better
1 parent ef0fd01 commit f49a409

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python package
4+
name: Run pytests
55

66
on:
77
push:
@@ -10,7 +10,7 @@ on:
1010
branches: [ "master" ]
1111

1212
jobs:
13-
build:
13+
test:
1414

1515
runs-on: ubuntu-latest
1616
strategy:

0 commit comments

Comments
 (0)