Skip to content

Commit

Permalink
Tools: removed background config for filesize job
Browse files Browse the repository at this point in the history
  • Loading branch information
goransle authored and TorsteinHonsi committed Feb 4, 2021
1 parent d7c41e5 commit 5dd8301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -217,13 +217,11 @@ jobs:
- generate_references_command:
browsercount: 2
- run: git checkout ${CIRCLE_BRANCH} && git log --oneline -5 && npm i && npx gulp scripts
# Running these in the background to save a few minutes
- run:
name: File size comparison
command: |
npx gulp write-file-sizes --filename ${CIRCLE_PULL_REQUEST##*/}.json &&
npx gulp compare-size-and-comment --master ./tmp/filesizes/master.json --proposed ./tmp/filesizes/${CIRCLE_PULL_REQUEST##*/}.json --pr ${CIRCLE_PULL_REQUEST##*/} --user circleci-mu
background: true
# we are forcing success on the below test runs to avoid failing the PR build
- run: npx karma start test/karma-conf.js --tests highcharts/*/* --single-run --browsercount 2 --visualcompare || true
- run: npx karma start test/karma-conf.js --tests stock/*/* --single-run --browsercount 2 --visualcompare || true
Expand Down

0 comments on commit 5dd8301

Please sign in to comment.