Skip to content

Commit

Permalink
Replace bundlesize with bundlewatch. (#30538)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 9, 2020
1 parent 307fa2b commit 018759f
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 331 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -69,11 +69,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 018759f

Please sign in to comment.