We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e433471 commit 4d7370cCopy full SHA for 4d7370c
1 file changed
.github/workflows/tests.yml
@@ -44,16 +44,9 @@ jobs:
44
set -o pipefail
45
venv/bin/python -m pytest --tb=short 2>&1 | tee error.log
46
47
- - name: Upload screenshot
48
- if: failure()
49
- uses: actions/upload-artifact@v4
50
- with:
51
- name: failure-screenshot
52
- path: screenshot.png
53
-
54
- name: report playwright failure
55
if: failure()
56
- uses: Miskler/human-requests-bot@v3
+ uses: Miskler/human-requests-bot@v4
57
with:
58
github_token: ${{ secrets.GITHUB_TOKEN }}
59
log_path: error.log
0 commit comments