Skip to content

Commit

Permalink
lower ci resource usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Aug 26, 2019
1 parent 71d90d6 commit c8f5675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- run:
name: Run JS Tests
command: |
sudo docker-compose run web npm run test-slow
sudo docker-compose run web npm run test-very-slow
echo 'export COVERAGE_AVAILABLE=true' >> $BASH_ENV
sudo docker-compose run -e CIRCLE_SHA1="$CIRCLE_SHA1" -e CIRCLE_BRANCH="$CIRCLE_BRANCH" -e CIRCLE_PULL_REQUEST="$CIRCLE_PULL_REQUEST" web rake coverage:run
no_output_timeout: 15m
Expand Down

0 comments on commit c8f5675

Please sign in to comment.