From e1d320333548f4e3be1619e904edbf9eadfefe97 Mon Sep 17 00:00:00 2001 From: jneo8 Date: Mon, 23 Oct 2023 17:52:01 +0800 Subject: [PATCH] ci: Show juju information --- .github/workflows/_func.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/_func.yaml b/.github/workflows/_func.yaml index 1c4e7d8..7c81e98 100644 --- a/.github/workflows/_func.yaml +++ b/.github/workflows/_func.yaml @@ -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 }}