afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/test.yml
|
@ -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 |
|
|