Parcourir la source

query-node: remove db seeding from run-tests.sh

metmirr il y a 4 ans
Parent
commit
bd06e736f7
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      query-node/run-tests.sh

+ 0 - 3
query-node/run-tests.sh

@@ -35,9 +35,6 @@ docker-compose up -d db
 # Migrate the databases
 yarn workspace query-node-root db:migrate
 
-# Seed initial schemas
-yarn workspace query-node-root db:init
-
 docker-compose up -d graphql-server
 
 # Start the joystream-node before the indexer