We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0fd01 commit f49a409Copy full SHA for f49a409
1 file changed
.github/workflows/python-package.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
4
-name: Python package
+name: Run pytests
5
6
on:
7
push:
@@ -10,7 +10,7 @@ on:
10
branches: [ "master" ]
11
12
jobs:
13
- build:
+ test:
14
15
runs-on: ubuntu-latest
16
strategy:
0 commit comments