diff --git a/.github/workflows/db-charm-tests.yaml b/.github/workflows/db-charm-tests.yaml index 153c8c880..8e297016f 100644 --- a/.github/workflows/db-charm-tests.yaml +++ b/.github/workflows/db-charm-tests.yaml @@ -9,10 +9,11 @@ jobs: fail-fast: false matrix: charm-repo: -# TODO: uncomment once secrets issue is fixed in this charm (see https://github.com/canonical/postgresql-operator/pull/307) -# - "canonical/postgresql-operator" + - "canonical/postgresql-operator" - "canonical/postgresql-k8s-operator" -# TODO: uncomment once secrets issues are fixed in these charms (eg: https://github.com/canonical/mysql-operator/issues/367) +# TODO: uncomment once secrets issues are fixed in these charms: +# https://github.com/canonical/mysql-operator/pull/383 +# https://github.com/canonical/data-platform-libs/pull/132 # - "canonical/mysql-operator" # - "canonical/mysql-k8s-operator"