2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Run bundlesize separately.

This commit is contained in:
XhmikosR
2019-08-08 21:26:02 +03:00
committed by Mark Otto
parent a12466aeff
commit fda35d1499
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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'