From b42a945a1d9536bd479f9c9a26fffdad73b0b6c8 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Tue, 21 Jul 2020 09:29:45 +0100 Subject: [PATCH] Add note on running tests --- services/docstore/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/docstore/README.md b/services/docstore/README.md index 4fccec8d9c..dacfd2873b 100644 --- a/services/docstore/README.md +++ b/services/docstore/README.md @@ -3,7 +3,10 @@ overleaf/docstore A CRUD API for storing and updating text documents in projects - +## Tests +``` +AWS_BUCKET=**** AWS_ACCESS_KEY_ID=**** AWS_SECRET_ACCESS_KEY=**** make test +``` License -------