pull/1007/head
Rick Carlino 2018-10-14 16:24:06 -05:00
parent 259719fd0d
commit c5609bc582
2 changed files with 6 additions and 10 deletions

View File

@ -19,5 +19,9 @@ jobs:
- run:
name: Run Rails and JS tests
command: |
sudo docker-compose run web rspec spec
sudo docker-compose run webpack sh run_js_build.sh
sudo docker-compose run web rspec spec
sudo docker-compose run webpack npm run tslint
sudo docker-compose run webpack npm run sass-lint
sudo docker-compose run webpack npm run typecheck
sudo docker-compose run webpack npm run test-slow
sudo docker-compose run webpack npm run coverage

View File

@ -1,8 +0,0 @@
#!/bin/sh
# Avoid the Docker setup/teardown cost by running all build tasks in one file.
npm run tslint
npm run sass-lint
npm run typecheck
npm run test-slow
npm run coverage