Skip to content

Commit

Permalink
CM-89 Refactor travis config to run filtered tests from yarn rather t…
Browse files Browse the repository at this point in the history
…han package.json (#115)

* CM-89 refactor travis config for test filtering to execute from yarn

* Testing refactored command.  Do not merge

* Switched to npm test

* CM-89 Refactored travis config to run test filtering via yarn rather than command in package.json
  • Loading branch information
matteyu committed Apr 22, 2020
1 parent ea60048 commit f963100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ script:
cd ..
yarn test-install
echo ">>RUNNING INTEGRATION TESTS<<"
sed -i 's/"test": "mocha/"test": "mocha --grep \\"faucet|blzcli|blzd|tendermint-validator-set\\"/g' package.json
yarn test
yarn test -g 'all specifications cli|all specifications blzd'
fi

0 comments on commit f963100

Please sign in to comment.