This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Move the content of the flask-k8s charm to a separate Python library #286
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: | |
modules: '["test_charm", "test_proxy", "test_cos", "test_database", "test_db_migration", "test_default"]' |