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:
authorMark Otto <markd.otto@gmail.com>2020-04-14 01:34:08 +0300
committerGitHub <noreply@github.com>2020-04-14 01:34:08 +0300
commitfebdcefcd7d65b02b9d23807d7940b1e60053f43 (patch)
tree16b6ac57144ca5bcf8faa25bd4cdfbd6fbd86402 /.github
parent232de79db8efb39a925b340a8b3de4e5834de643 (diff)
parent1004e3e786f707853043dd427317cd4033a04211 (diff)
Merge branch 'master' into release-drafter
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