From 94263b079b6441a6e227aa85f940fbd501229e40 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Wed, 31 Jan 2024 12:49:23 +1300 Subject: [PATCH] ci: reinstate postgresql-operator tests now that issue is fixed (#1116) --- .github/workflows/db-charm-tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/db-charm-tests.yaml b/.github/workflows/db-charm-tests.yaml index 153c8c880..8dfc165bf 100644 --- a/.github/workflows/db-charm-tests.yaml +++ b/.github/workflows/db-charm-tests.yaml @@ -9,11 +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) -# - "canonical/mysql-operator" + - "canonical/mysql-operator" +# TODO: uncomment once secrets issues are fixed in this charm: +# https://github.com/canonical/mysql-k8s-operator/pull/371 # - "canonical/mysql-k8s-operator" steps: