From 23d13fa088a996eb641ff900ca85983532f262da Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Wed, 16 Oct 2024 16:10:51 +0900 Subject: [PATCH] ci: control progress on error --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bfde5d70..15ac5f66 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -110,6 +110,7 @@ jobs: # * test_ssh # * ... # - "3.6/beta" + continue-on-error: false # don't ignore if tests against some juju version fail steps: - name: Check out code uses: actions/checkout@v4 @@ -153,6 +154,7 @@ jobs: - name: Run integration # Force one single concurrent test run: tox -e integration + continue-on-error: true # so that other juju versions are tested integration-quarantine: name: Quarantined Integration Tests