Skip to content

Commit 0e1033a

Browse files
committed
Enforced the e2e tests should pass
1 parent 45ef85a commit 0e1033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# run all tests in parallel with xdist
6565
#----------------------------------------------
6666
- name: Run all tests with coverage using pytest-xdist
67-
continue-on-error: true
67+
continue-on-error: false
6868
run: |
6969
poetry run pytest tests/unit tests/e2e \
7070
-n auto \

0 commit comments

Comments
 (0)