Explorar el Código

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

metmirr hace 4 años
padre
commit
bd06e736f7
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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