This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Update README to mention Django, and capitalise external project names #18
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: | |
charmcraft-repository: weiiwang01/charmcraft | |
charmcraft-ref: update-12f | |
modules: '["test_charm", "test_proxy", "test_cos", "test_database", "test_db_migration", "test_django"]' | |
rockcraft-repository: canonical/rockcraft | |
rockcraft-ref: feature/12f | |
juju-channel: 3.1/stable | |
channel: 1.29-strict/stable |