We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d8cfb commit 7f61439Copy full SHA for 7f61439
.github/workflows/pytest.yml
@@ -1,3 +1,7 @@
1
+name: Run Pytest
2
+on:
3
+ push:
4
+ branches: [master]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
0 commit comments