ISD-2736 Make public_baseurl required and render it in homeserver config #2113
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration tests | |
on: | |
pull_request: | |
jobs: | |
integration-tests: | |
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main | |
secrets: inherit | |
with: | |
extra-arguments: -x --localstack-address 172.17.0.1 | |
pre-run-script: localstack-installation.sh | |
trivy-image-config: "trivy.yaml" | |
juju-channel: 3.4/stable | |
channel: 1.28-strict/stable | |
modules: '["test_charm", "test_nginx", "test_s3", "test_scaling"]' |