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 9ccc770 commit 491e82e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
run: pip install pytest-slack

- name: Create conftest.py for Slack Notifications
uses: andstor/create-file-action@v1
uses: DamianReeves/write-file-action@master
with:
path: src/tests/conftest.py
content: |
path: conftest.py
write-mode: override
contents: |
import pytest
import requests
from _pytest.terminal import TerminalReporter
Expand Down

0 comments on commit 491e82e

Please sign in to comment.