This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Migrate should rerun when integrations are added (for example for optional integrations) #322
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: | |
strategy: | |
matrix: | |
juju-version: [ 3.3/stable, 3.4/stable, 3.5/stable ] | |
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 | |
charmcraft-channel: latest/edge | |
modules: '["test_charm.py", "test_cos.py", "test_database.py", "test_db_migration.py", "test_django.py", "test_django_integrations.py", "test_fastapi.py", "test_go.py", "test_integrations.py", "test_proxy.py", "test_workers.py"]' | |
rockcraft-channel: latest/edge | |
juju-channel: ${{ matrix.juju-version }} | |
channel: 1.29-strict/stable |