Skip to content

Commit

Permalink
ci: control progress on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 16, 2024
1 parent 836dcb2 commit 23d13fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 23d13fa

Please sign in to comment.