Replace bundlesize with bundlewatch. (#30538)

This commit is contained in:
XhmikosR 2020-04-08 21:28:54 +03:00 committed by GitHub
parent 64050f43bc
commit 9f6ccf9d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 137 additions and 303 deletions

View file

@ -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