From f066b2b24b3ffc6147d0d006d6f20465f240a491 Mon Sep 17 00:00:00 2001 From: Javier de la Puente Date: Thu, 29 Feb 2024 09:01:58 +0100 Subject: [PATCH] Add integration tests --- .github/workflows/integration_tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/integration_tests.yml diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml new file mode 100644 index 0000000000..c2be522e05 --- /dev/null +++ b/.github/workflows/integration_tests.yml @@ -0,0 +1,13 @@ +name: Integration tests + +on: + pull_request: + +jobs: + integration-tests: + uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main + secrets: inherit + with: + trivy-image-config: "trivy.yaml" + juju-channel: 3.1/stable + channel: 1.28-strict/stable