We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a30112 commit 966c555Copy full SHA for 966c555
1 file changed
.github/workflows/test.yaml
@@ -110,6 +110,7 @@ jobs:
110
# * test_ssh
111
# * ...
112
# - "3.6/beta"
113
+ continue-on-error: false # don't ignore if tests against some juju version fail
114
steps:
115
- name: Check out code
116
uses: actions/checkout@v4
@@ -153,6 +154,7 @@ jobs:
153
154
- name: Run integration
155
# Force one single concurrent test
156
run: tox -e integration
157
+ continue-on-error: true # so that other juju versions are tested
158
159
integration-quarantine:
160
name: Quarantined Integration Tests
0 commit comments