Skip to content

Commit 483ee95

Browse files
committed
ci: update juju version for tests
1 parent 1ddb7e9 commit 483ee95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
- name: Setup operator environment
3030
uses: charmed-kubernetes/actions-operator@main
3131
with:
32+
juju-channel: 3.6/stable
3233
provider: microk8s
33-
channel: 1.28-strict/stable
34-
juju-channel: 3.1
35-
bootstrap-options: '--agent-version=3.1.0'
34+
channel: 1.32-strict/stable
3635

3736
- name: Run integration tests
3837
# set a predictable model name so it can be consumed by charm-logdump-action

tests/integration/test_charm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async def test_ingress_relation(ops_test: OpsTest):
5252
application_name=TRAEFIK_PUBLIC_APP,
5353
channel="latest/edge",
5454
config={"external_hostname": "some_hostname"},
55+
trust=True,
5556
)
5657

5758
await ops_test.model.add_relation(f"{APP_NAME}:ingress", TRAEFIK_PUBLIC_APP)

0 commit comments

Comments
 (0)