Skip to content

Commit

Permalink
Partially revertly #52
Browse files Browse the repository at this point in the history
Add back functional test for bionic and juju 2.9
  • Loading branch information
chanchiwai-ray committed Nov 13, 2024
1 parent d304b18 commit 2df2972
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
matrix:
juju-channel: ['3.4/stable', '3.5/stable']
command: ['TEST_JUJU3=1 make functional']
include:
- juju-channel: '2.9/stable'
command: 'make functional'


with:
command: TEST_JUJU_CHANNEL=${{ matrix.juju-channel }} ${{ matrix.command }}
Expand Down
1 change: 1 addition & 0 deletions tests/functional/tests/bundles/bionic.yaml
2 changes: 2 additions & 0 deletions tests/functional/tests/bundles/overlays/bionic.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
series: bionic

0 comments on commit 2df2972

Please sign in to comment.