Skip to content

Commit

Permalink
ci: Show juju information
Browse files Browse the repository at this point in the history
  • Loading branch information
jneo8 committed Oct 23, 2023
1 parent 095451a commit e1d3203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
lxc profile set --project nested-lxd default security.privileged=true
# set default project to be nested-lxd project
juju model-default project=nested-lxd
- name: Show juju information
run: |
juju version
juju controllers
- name: Run tests with `${{ matrix.command }}`
working-directory: ${{ inputs.working-directory }}
run: ${{ matrix.command }}

0 comments on commit e1d3203

Please sign in to comment.