Skip to content

Commit 966c555

Browse files
committed
ci: control progress on error
1 parent 0a30112 commit 966c555

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
# * test_ssh
111111
# * ...
112112
# - "3.6/beta"
113+
continue-on-error: false # don't ignore if tests against some juju version fail
113114
steps:
114115
- name: Check out code
115116
uses: actions/checkout@v4
@@ -153,6 +154,7 @@ jobs:
153154
- name: Run integration
154155
# Force one single concurrent test
155156
run: tox -e integration
157+
continue-on-error: true # so that other juju versions are tested
156158

157159
integration-quarantine:
158160
name: Quarantined Integration Tests

0 commit comments

Comments
 (0)