Skip to content

Commit

Permalink
Add channel
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Feb 22, 2024
1 parent b306eff commit 41cc5c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.28-strict/stable
- name: Run integration tests
run: tox -e integration-charm

Expand All @@ -55,6 +56,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.28-strict/stable
- name: Run integration tests
run: tox -e integration-relation

Expand All @@ -71,6 +73,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.28-strict/stable
- name: Run integration tests
run: tox -e integration-relation -- --num-units 1

Expand All @@ -87,6 +90,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.28-strict/stable
- name: Run integration tests
run: tox -e integration-password

Expand All @@ -103,5 +107,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.28-strict/stable
- name: Run integration tests
run: tox -e integration-scaling

0 comments on commit 41cc5c4

Please sign in to comment.