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 22da5d7 commit 3f08b12Copy full SHA for 3f08b12
bitrise.yml
@@ -37,7 +37,7 @@ workflows:
37
inputs:
38
- content: |-
39
pip3 install -r app/requirements.txt
40
- pytest ./app --cov app
+ python3 -m pytest ./app --cov app
41
- path::./:
42
title: Step Test
43
run_if: true
0 commit comments