Skip to content

DO NOT MERGE

DO NOT MERGE #94

name: Integration tests
on:
pull_request:
jobs:
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.1/stable
provider: lxd
pre-run-script: |
-c "chmod +x tests/integration/pre_run_script.sh
./tests/integration/pre_run_script.sh"
self-hosted-runner: true
self-hosted-runner-label: "edge"
modules: '["test_charm", "test_proxy"]'