From 105acba3cd9213c9ee55517a9cf5a83d836ccf7f Mon Sep 17 00:00:00 2001 From: Matei Grigore Date: Tue, 16 Jul 2024 16:32:46 +0100 Subject: [PATCH] Add new e2e test to workflow --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 90e2013c6..4f43cf203 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -153,6 +153,8 @@ jobs: distro: ubi - test-name: replica_set_x509 distro: ubi + - test-name: replica_set_remove_user + distro: ubi steps: # template: .action_templates/steps/cancel-previous.yaml - name: Cancel Previous Runs