diff options
| author | XhmikosR <[email protected]> | 2019-08-08 21:26:02 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-08-08 11:53:30 -0700 |
| commit | fda35d149911b06e93d124dcc7f30c7b5c0506a5 (patch) | |
| tree | 85292347aaf201c77744456fcd78fcac133f973a /.github/workflows | |
| parent | a12466aeff201c713e5093c623b663b9524c3964 (diff) | |
| download | bootstrap-fda35d149911b06e93d124dcc7f30c7b5c0506a5.tar.xz bootstrap-fda35d149911b06e93d124dcc7f30c7b5c0506a5.zip | |
Run bundlesize separately.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 768676846..fca25d713 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' |
