We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095eb4f commit 5db5c56Copy full SHA for 5db5c56
.github/workflows/size.yml
@@ -21,5 +21,7 @@ jobs:
21
uses: preactjs/compressed-size-action@v2
22
with:
23
pattern: 'test/fixtures/**/dist/!(*.map)'
24
- build-script: 'test'
+ # We're using this to report size differences, not test, so update snapshots if they fail.
25
+ # The CI can catch the test failures instead.
26
+ build-script: 'test -- -u'
27
repo-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments