From e1237614887e653c9f9e4bc10b63a464e533c0e3 Mon Sep 17 00:00:00 2001 From: Amber Charitos Date: Wed, 24 Jul 2024 11:13:58 +0100 Subject: [PATCH] update workflow --- .github/workflows/integration_test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 425e86e..f4057d1 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup operator environment - uses: charmed-kubernetes/actions-operator@main + uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main with: juju-channel: 3.1/stable provider: microk8s @@ -40,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup K8s environment - uses: charmed-kubernetes/actions-operator@main + uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main with: juju-channel: 3.1/stable provider: microk8s @@ -52,7 +52,7 @@ jobs: id: k8s-controller run: echo "name=$CONTROLLER_NAME" >> $GITHUB_OUTPUT - name: Setup LXD environment - uses: charmed-kubernetes/actions-operator@main + uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main with: juju-channel: 3.0/stable provider: lxd