Skip to content

Commit

Permalink
updated wercker.yml to setup the DB after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Dec 4, 2015
1 parent 4ea2397 commit 1e17836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ build:
code: |
echo "ol_informix1210 onsoctcp ${INFORMIX_PORT_9088_TCP_ADDR} 9088" > ${INFORMIXDIR}/etc/sqlhosts
- script:
name: setup db
code: |
/bin/bash ${WERCKER_SOURCE_DIR}/test/support/setup-db.sh ${WERCKER_SOURCE_DIR}/test/support/test-db.sql
- script:
name: echo versions
code: |
Expand All @@ -34,6 +29,11 @@ build:
code: |
npm run lint
- script:
name: setup db
code: |
/bin/bash ${WERCKER_SOURCE_DIR}/test/support/setup-db.sh ${WERCKER_SOURCE_DIR}/test/support/test-db.sql
- script:
name: npm test
code: |
Expand Down

0 comments on commit 1e17836

Please sign in to comment.