Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 8349baf

Browse files
update default command
1 parent b04d6e1 commit 8349baf

File tree

3 files changed

+1179
-1179
lines changed

3 files changed

+1179
-1179
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ steps:
2525
uses: undefinedlabs/scope-for-python-action@v1
2626
with:
2727
dsn: ${{secrets.SCOPE_DSN}} # required
28-
command: pytest # optional - default is 'pytest'
28+
command: python -m unittest discover # optional - default is 'python -m unittest discover'
2929
```

0 commit comments

Comments
 (0)