Skip to content

Commit 3490bec

Browse files
committed
ci: Limit compressed-size to microbundle itself
1 parent 1677e7b commit 3490bec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/size.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ jobs:
1616
pattern: 'dist/!(*.js.map)'
1717
build-script: build
1818
repo-token: '${{ secrets.GITHUB_TOKEN }}'
19-
20-
- name: compressed-size-action
21-
uses: preactjs/compressed-size-action@v2
22-
with:
23-
pattern: 'test/fixtures/**/dist/!(*.map)'
24-
# We don't care about test suite failures, that's for the CI action
25-
build-script: 'test -- -u'
26-
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)