From 2c33f92c3c20bef82ad06a317b28e3e67d18b1f1 Mon Sep 17 00:00:00 2001 From: everaldorodrigo Date: Fri, 6 Oct 2023 14:51:12 -0700 Subject: [PATCH] Get pytest report content. --- .github/workflows/scheduled_tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 143688b5..0b703afa 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -65,14 +65,6 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - - name: Send Report to Slack - uses: rtCamp/action-slack@v4 - with: - status: 'File Content' - text: ${{ steps.read-pytest-report.outputs.content }} - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} - - name: Setup tmate debug session on failure if: ${{ failure() }} uses: mxschmitt/action-tmate@v3