We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1bd7 commit 1987952Copy full SHA for 1987952
README.md
@@ -2,21 +2,6 @@
2
3
Each time that new code is pushed into your repo, you can have a [pytest](https://docs.pytest.org) command automatically run.
4
5
-Example workflow:
6
-* Put the following text into a file named `.github/main.workflow` in your repo):
7
-```hcl
8
-workflow "on push" {
9
- on = "push"
10
- resolves = ["GitHub Action for pytest"]
11
-}
12
-
13
-action "GitHub Action for pytest" {
14
- uses = "cclauss/GitHub-Action-for-pytest@master"
15
- args = "pytest"
16
17
-```
18
-Or to add other pytest options to __args =__ above.
19
20
$ __pytest -h__
21
```
22
usage: pytest [options] [file_or_dir] [file_or_dir] [...]
0 commit comments