Skip to content

Commit 4d7370c

Browse files
committed
Update tests.yml
1 parent e433471 commit 4d7370c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,9 @@ jobs:
4444
set -o pipefail
4545
venv/bin/python -m pytest --tb=short 2>&1 | tee error.log
4646
47-
- name: Upload screenshot
48-
if: failure()
49-
uses: actions/upload-artifact@v4
50-
with:
51-
name: failure-screenshot
52-
path: screenshot.png
53-
5447
- name: report playwright failure
5548
if: failure()
56-
uses: Miskler/human-requests-bot@v3
49+
uses: Miskler/human-requests-bot@v4
5750
with:
5851
github_token: ${{ secrets.GITHUB_TOKEN }}
5952
log_path: error.log

0 commit comments

Comments
 (0)