1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02:00

Replace bundlesize with bundlewatch. (#30538)

This commit is contained in:
XhmikosR
2020-04-08 21:28:54 +03:00
parent 5f15f8cdbd
commit adb08ca33a
4 changed files with 105 additions and 331 deletions

View File

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