Skip to content

Commit

Permalink
ci speed experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Aug 28, 2021
1 parent 818a75a commit 1687b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -36,6 +36,7 @@ commands:
- run:
name: After cache update
command: |
mkdir -p /tmp/test-results
git clean -xdn
ls docker_cache
#sudo docker images
Expand All @@ -57,7 +58,7 @@ commands:
- run:
name: Run JS tests
command: |
sudo docker-compose run web npm run test-slow -- -c .circleci/jest-ci.config.js
sudo docker-compose run web npm run test-ci -- -c .circleci/jest-ci.config.js
echo 'export COVERAGE_AVAILABLE=true' >> $BASH_ENV
lint-commands:
steps:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test-very-slow": "node --expose-gc ./node_modules/.bin/jest -i --colors --coverage",
"test-slow": "./node_modules/.bin/jest -w 6 --colors",
"test-ci": "./node_modules/.bin/jest -w 8 --colors",
"test": "./node_modules/.bin/jest -w 5 --no-coverage",
"typecheck": "./node_modules/typescript/bin/tsc --noEmit",
"eslint": "./node_modules/.bin/eslint frontend --ext .ts,.tsx",
Expand Down

0 comments on commit 1687b92

Please sign in to comment.