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 501d425 commit 7da8e35Copy full SHA for 7da8e35
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
BW_NUMBER: ${{ secrets.BW_NUMBER }}
37
USER_NUMBER: ${{ secrets.USER_NUMBER }}
38
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
39
- run: python -m pytest --pyargs bandwidth
+ run: pytest
40
41
- name: Notify Slack of Failures
42
uses: Bandwidth/[email protected]
0 commit comments