Skip to content

Commit 3791012

Browse files
committed
add files
1 parent 35ea201 commit 3791012

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set -e
2+
for i in {1..10}; do
3+
bash .evergreen/run-mongodb-oidc-remote-test.sh
4+
done

0 commit comments

Comments
 (0)