Browse Source

Update test.yml

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

1
.github/workflows/test.yml

@ -171,7 +171,6 @@ jobs:
if: ${{ matrix.module == 'dist' }} if: ${{ matrix.module == 'dist' }}
run: node ./tests/dekko/dist.test.js run: node ./tests/dekko/dist.test.js
# 17 only
- name: bundlesize - name: bundlesize
if: ${{ matrix.module == 'dist' && matrix.react == '18' }} if: ${{ matrix.module == 'dist' && matrix.react == '18' }}
run: npm run bundlesize run: npm run bundlesize

Loading…
Cancel
Save