Skip to content

Commit

Permalink
hotfix: run integration test codegen with -m to create migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cons committed Oct 7, 2020
1 parent c1b605b commit a88416a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sh_integration_test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ genCode() {
TARGET_DIR_INSTANCE2="${TARGET_DIR}/${INSTANCE_DIRS[1]}"

# Generate code
node ./index.js -f ${TEST_MODELS_INSTANCE1} -o ${TARGET_DIR_INSTANCE1}
node ./index.js -f ${TEST_MODELS_INSTANCE2} -o ${TARGET_DIR_INSTANCE2}
node ./index.js -m -f ${TEST_MODELS_INSTANCE1} -o ${TARGET_DIR_INSTANCE1}
node ./index.js -m -f ${TEST_MODELS_INSTANCE2} -o ${TARGET_DIR_INSTANCE2}

# Patch the resolver for web-server
# patch -V never ${TARGET_DIR_INSTANCE1}/resolvers/aminoacidsequence.js ./docker/ncbi_sim_srv/amino_acid_sequence_resolver.patch
Expand Down

0 comments on commit a88416a

Please sign in to comment.