Skip to content

Commit

Permalink
Merge pull request #2667 from google/enhancement/2539-extract-bundlesize
Browse files Browse the repository at this point in the history
Extract Bundlesize to its own job/check
  • Loading branch information
felixarntz authored Mar 15, 2021
2 parents f7f9173 + 78ba88d commit 06882c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 326 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Build JS (Production Version, with tests)
run: npm run build:test
- name: Bundlesize
run: npm run test:bundlesize
env:
BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}
uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Loading

0 comments on commit 06882c4

Please sign in to comment.