mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
test: fix bundlesize2 cache throw error (#40151)
This commit is contained in:
parent
e4edc3444d
commit
2cc98764a7
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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…
Reference in New Issue
Block a user