Skip to content

Commit e01e63d

Browse files
committed
Update tests.yml
1 parent 3445b33 commit e01e63d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run tests (venv)
4343
run: |
4444
set -o pipefail
45-
venv/bin/python -m pytest --tb=short 2>&1 | tee error.log
45+
venv/bin/python -m pytest --jsss-ci-cd --save-original --tb=short 2>&1 | tee error.log
4646
4747
- name: report playwright failure
4848
if: failure()
@@ -53,6 +53,8 @@ jobs:
5353
screenshot_path: screenshot.png
5454

5555
- name: auto PR schema
56+
# отмена джобы исключается (поэтому и не always)
57+
if: success() || failure()
5658
uses: Miskler/pytest-jsonschema-snapshot-bot@v0
5759
with:
5860
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)