From adb08ca33acbb484df066ca8b5c2baee8d5118c2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 8 Apr 2020 21:28:54 +0300 Subject: Replace bundlesize with bundlewatch. (#30538) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05a78a458..83604d85a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,11 +69,11 @@ jobs: - name: Run tests run: npm test - - name: Run bundlesize - run: npm run bundlesize + - name: Run bundlewatch + run: npm run bundlewatch if: matrix.node == 10 env: - BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}" + BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}" - name: Run BrowserStack tests run: npm run js-test-cloud -- cgit v1.2.3