Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jul 24, 2024
1 parent 4831f1e commit e123761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e123761

Please sign in to comment.