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.
2 parents f5ff817 + 90ab478 commit 3cb681bCopy full SHA for 3cb681b
.github/workflows/deploy-dev.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Python Test
80
working-directory: cla-backend
81
run: |
82
- pytest "cla/tests" -p no:warnings
+ python -m pytest "cla/tests" -p no:warnings
83
env:
84
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
85
AUTH0_PLATFORM_URL: https://linuxfoundation-dev.auth0.com/oauth/token
0 commit comments