From 9a926d933a8193ad93045f8164a80a0e7a3694b1 Mon Sep 17 00:00:00 2001 From: Matei Grigore Date: Thu, 18 Jul 2024 14:52:01 +0100 Subject: [PATCH] Add new e2e test to github workflow --- .action_templates/jobs/tests.yaml | 2 ++ .github/workflows/e2e-fork.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.action_templates/jobs/tests.yaml b/.action_templates/jobs/tests.yaml index 6128df9ed..400b47d77 100644 --- a/.action_templates/jobs/tests.yaml +++ b/.action_templates/jobs/tests.yaml @@ -62,3 +62,5 @@ tests: distro: ubi - test-name: replica_set_x509 distro: ubi + - test-name: replica_set_remove_user + distro: ubi diff --git a/.github/workflows/e2e-fork.yml b/.github/workflows/e2e-fork.yml index c5e0f4ef1..e3d465118 100644 --- a/.github/workflows/e2e-fork.yml +++ b/.github/workflows/e2e-fork.yml @@ -147,6 +147,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