Skip to content

Commit

Permalink
Upgrade scheduled test to send errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 14, 2024
1 parent 543de84 commit c6d3050
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ jobs:
run: python -m pytest src/tests/test_remote.py --slack-webhook-url=${{ secrets.SLACK_WEBHOOK_URL }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

- name: Setup tmate debug session on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit c6d3050

Please sign in to comment.