diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 828d4c7c..91a80a64 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -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 }}