Forráskód Böngészése

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

Nils Wisiol 4 éve
szülő
commit
b01a7c32bb
1 módosított fájl, 4 hozzáadás és 0 törlés
  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