Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Fixed unittest command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Orchard committed Apr 7, 2019
1 parent 29e9cdb commit 48c36c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
. venv/bin/activate
export api_token=${api_token}
echo $api_token
python3 -m unittest discover -v -t ./tests
python3 -m unittest discover -v
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 48c36c6

Please sign in to comment.