Skip to content

Commit

Permalink
Add missing "FUNC_ARGS=--series ..." in github workflow to enable
Browse files Browse the repository at this point in the history
functional test with series option.
  • Loading branch information
chanchiwai-ray committed Nov 15, 2023
1 parent 8d14bcf commit 3aafcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
matrix:
include:
- juju-channel: "2.9/stable"
command: "make functional"
command: "FUNC_ARGS='--series focal' make functional"
- juju-channel: "3.1/stable"
command: "make functional31"
command: "FUNC_ARGS='--series jammy' make functional31"
with:
command: ${{ matrix.command }}
juju-channel: ${{ matrix.juju-channel }}
Expand Down

0 comments on commit 3aafcef

Please sign in to comment.