From 06e6b098a95ae2ca7478ef0fe7af0fc298302329 Mon Sep 17 00:00:00 2001 From: Tiexin Guo Date: Mon, 24 Mar 2025 10:20:31 +0800 Subject: [PATCH] chore: fix integration ci --- docs/explanation/testing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/explanation/testing.md b/docs/explanation/testing.md index 87d4e0f2d..d711c7032 100644 --- a/docs/explanation/testing.md +++ b/docs/explanation/testing.md @@ -181,11 +181,12 @@ Integration tests are a bit more complex, because these tests require a Juju con runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup operator environment uses: charmed-kubernetes/actions-operator@main with: provider: microk8s + channel: 1.32-strict/stable - name: Run integration tests # Set a predictable model name so it can be consumed by charm-logdump-action run: tox -e integration -- --model testing