diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 926e7984..722f0359 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -30,6 +30,7 @@ jobs: provider: microk8s channel: 1.29-strict/stable juju-channel: 3.4/stable + lxd-channel: 5.20/stable - name: Enable Metallb if: ${{ inputs.enable-metallb == true }} run: /usr/bin/sg snap_microk8s -c "sudo microk8s enable metallb:${{ inputs.metallb-range }}"