Skip to content

Commit

Permalink
Use juju 3.0+ for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jul 7, 2023
1 parent f67993c commit 3c3d0cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
# TODO: juju version should be a workflow input.
juju-channel: 3.0/stable
provider: lxd
- name: Run Integration tests
run: |
tox -e integration -- \
Expand Down

0 comments on commit 3c3d0cb

Please sign in to comment.