Skip to content

Commit 704e450

Browse files
committed
ci: Don't run compressed-size over test suite
1 parent a97d727 commit 704e450

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/size.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +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-
build-script: 'test'
25-
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)