From fda35d149911b06e93d124dcc7f30c7b5c0506a5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 8 Aug 2019 21:26:02 +0300 Subject: Run bundlesize separately. --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') 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' -- cgit v1.2.3