We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3445b33 commit e01e63dCopy full SHA for e01e63d
1 file changed
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run tests (venv)
43
run: |
44
set -o pipefail
45
- venv/bin/python -m pytest --tb=short 2>&1 | tee error.log
+ venv/bin/python -m pytest --jsss-ci-cd --save-original --tb=short 2>&1 | tee error.log
46
47
- name: report playwright failure
48
if: failure()
@@ -53,6 +53,8 @@ jobs:
53
screenshot_path: screenshot.png
54
55
- name: auto PR schema
56
+ # отмена джобы исключается (поэтому и не always)
57
+ if: success() || failure()
58
uses: Miskler/pytest-jsonschema-snapshot-bot@v0
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments