浏览代码

fix(api): adds missing README instruction for running api tests

Nils Wisiol 4 年之前
父节点
当前提交
b01a7c32bb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -337,6 +337,10 @@ While there are certainly many ways to get started hacking desec-stack, here is
 
            export DESECSTACK_DJANGO_TEST=1
 
+        Fourth, run the database:
+
+            docker-compose -f docker-compose.yml -f docker-compose.test-api.yml up -d dbapi
+
         Finally, you can manage Django using the `manage.py` CLI.
         As an example, to run the tests, use