Skip to content

Commit

Permalink
Replace bundlesize with bundlewatch. (twbs#30538)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and olsza committed Oct 3, 2020
1 parent 3ade343 commit 266a395
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 303 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Run tests
run: npm test

- name: Run bundlesize
run: npm run bundlesize
- name: Run bundlewatch
run: npm run bundlewatch
if: matrix.node == 10
env:
BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}"
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

- name: Run BrowserStack tests
run: npm run js-test-cloud
Expand Down

0 comments on commit 266a395

Please sign in to comment.