aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-04-08 21:28:54 +0300
committerXhmikosR <[email protected]>2020-04-13 21:12:29 +0300
commitadb08ca33acbb484df066ca8b5c2baee8d5118c2 (patch)
treee544001611771d02eae57baa8417c248f291cec1 /.github
parent5f15f8cdbd600569cb4b497085f009fff9d68065 (diff)
downloadbootstrap-adb08ca33acbb484df066ca8b5c2baee8d5118c2.tar.xz
bootstrap-adb08ca33acbb484df066ca8b5c2baee8d5118c2.zip
Replace bundlesize with bundlewatch. (#30538)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 05a78a458..83604d85a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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