Skip to content

Commit 1987952

Browse files

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22

33
Each time that new code is pushed into your repo, you can have a [pytest](https://docs.pytest.org) command automatically run.
44

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-
205
$ __pytest -h__
216
```
227
usage: pytest [options] [file_or_dir] [file_or_dir] [...]

0 commit comments

Comments
 (0)