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 ad41ce2 commit c378242Copy full SHA for c378242
.github/workflows/test.yaml
@@ -49,8 +49,8 @@ jobs:
49
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
50
MANTECA_BASE_URL: ${{ secrets.MANTECA_BASE_URL }}
51
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
52
- run: pytest -v
53
-
+ run: |
+ pytest -v
54
- name: Notify Slack of Failures
55
uses: Bandwidth/[email protected]
56
if: failure() && !github.event.pull_request.draft
0 commit comments