From 2cc98764a77518c24550e040849def20fcdbc68c Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 11 Jan 2023 14:05:00 +0800 Subject: [PATCH] test: fix bundlesize2 cache throw error (#40151) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53d87f61fd..77011da29d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -173,10 +173,11 @@ jobs: # 17 only - name: bundlesize - if: ${{ matrix.module == 'dist' && matrix.react == '17' }} + if: ${{ matrix.module == 'dist' && matrix.react == '18' }} run: npm run bundlesize env: BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }} + INTERNAL_SKIP_CACHE: true # dom test - name: dom test