Browse Source

test: fix bundlesize2 cache throw error (#40151)

pull/40163/head
afc163 2 years ago
committed by GitHub
parent
commit
2cc98764a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/test.yml

3
.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

Loading…
Cancel
Save