Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-04-08 21:28:54 +0300
committerGitHub <noreply@github.com>2020-04-08 21:28:54 +0300
commit9f6ccf9d123a35b3bc2ff48fc3312afb515b4441 (patch)
treebbeae3139f65bf19746ec38d5e5fe662eeee3689 /.github
parent64050f43bc28106c697cedb4c9291ac6572b4d4e (diff)
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 83c0e563ae..fb2474811a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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