Skip to content

Commit c51782a

Browse files
committed
add unit test
1 parent dcc2ec2 commit c51782a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ functions:
725725
make test-race
726726
- command: gotest.parse_files
727727
params:
728+
files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
728729

729730
test_helm_unit:
730731
- command: shell.exec
@@ -735,7 +736,6 @@ functions:
735736
script: |
736737
source .generated/context.export.env
737738
make helm-tests
738-
files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
739739
740740
test_python_unit:
741741
- command: shell.exec

0 commit comments

Comments
 (0)