Skip to content

Commit

Permalink
Get pytest report content.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 6, 2023
1 parent 36ffab1 commit 2c33f92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c33f92

Please sign in to comment.