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>2019-08-08 21:26:02 +0300
committerMark Otto <otto@github.com>2019-08-08 21:53:30 +0300
commitfda35d149911b06e93d124dcc7f30c7b5c0506a5 (patch)
tree85292347aaf201c77744456fcd78fcac133f973a /.github/workflows
parenta12466aeff201c713e5093c623b663b9524c3964 (diff)
Run bundlesize separately.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 768676846e..fca25d7134 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -30,6 +30,12 @@ jobs:
- name: Run tests
run: npm test
+ - name: Run bundlesize
+ run: npm run bundlesize
+ if: matrix.node == 10 && github.repository == 'twbs/bootstrap'
+ env:
+ BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}"
+
- name: Run BrowserStack tests
run: npm run js-test-cloud
if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'