test: fix bundlesize2 cache throw error (#40151)

This commit is contained in:
afc163 2023-01-11 14:05:00 +08:00 committed by GitHub
parent e4edc3444d
commit 2cc98764a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,10 +173,11 @@ jobs:
# 17 only # 17 only
- name: bundlesize - name: bundlesize
if: ${{ matrix.module == 'dist' && matrix.react == '17' }} if: ${{ matrix.module == 'dist' && matrix.react == '18' }}
run: npm run bundlesize run: npm run bundlesize
env: env:
BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }} BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}
INTERNAL_SKIP_CACHE: true
# dom test # dom test
- name: dom test - name: dom test