diff options
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' |
