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 3588c17 commit 543de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# ### How to run manually:
# python -m pytest src/tests/test_remote.py --slack-webhook-url=$SLACK_WEBHOOK_URL
- name: Run pytest and generate report
- name: Run pytest and send report to Slack
run: python -m pytest src/tests/test_remote.py --slack-webhook-url=${{ secrets.SLACK_WEBHOOK_URL }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 543de84

Please sign in to comment.