Skip to content

Commit c378242

Browse files
Update test.yaml
1 parent ad41ce2 commit c378242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
5050
MANTECA_BASE_URL: ${{ secrets.MANTECA_BASE_URL }}
5151
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
52-
run: pytest -v
53-
52+
run: |
53+
pytest -v
5454
- name: Notify Slack of Failures
5555
uses: Bandwidth/[email protected]
5656
if: failure() && !github.event.pull_request.draft

0 commit comments

Comments
 (0)