Skip to content

Commit

Permalink
ci: Limit compressed-size to microbundle itself
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jun 4, 2024
1 parent 1677e7b commit 3490bec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ jobs:
pattern: 'dist/!(*.js.map)'
build-script: build
repo-token: '${{ secrets.GITHUB_TOKEN }}'

- name: compressed-size-action
uses: preactjs/compressed-size-action@v2
with:
pattern: 'test/fixtures/**/dist/!(*.map)'
# We don't care about test suite failures, that's for the CI action
build-script: 'test -- -u'
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 3490bec

Please sign in to comment.