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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user