Skip to content

Commit

Permalink
chore: re-enable 3.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 8, 2024
1 parent a70983d commit 7c8d25a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,7 @@ jobs:
- "3.3/stable"
- "3.4/stable"
- "3.5/stable"
# A bunch of tests fail with juju.errors.JujuError: base: [email protected]/stable
# * test_subordinate_units
# * test_destroy_unit
# * test_ssh
# * ...
# - "3.6/beta"
- "3.6/candidate"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -174,6 +169,7 @@ jobs:
- "3.3/stable"
- "3.4/stable"
- "3.5/stable"
- "3.6/candidate"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7c8d25a

Please sign in to comment.