Skip to content

Commit 9a926d9

Browse files
committed
Add new e2e test to github workflow
1 parent 105acba commit 9a926d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.action_templates/jobs/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ tests:
6262
distro: ubi
6363
- test-name: replica_set_x509
6464
distro: ubi
65+
- test-name: replica_set_remove_user
66+
distro: ubi

.github/workflows/e2e-fork.yml

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
distro: ubi
148148
- test-name: replica_set_x509
149149
distro: ubi
150+
- test-name: replica_set_remove_user
151+
distro: ubi
150152
steps:
151153
# template: .action_templates/steps/cancel-previous.yaml
152154
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)