Skip to content

Commit

Permalink
skip bundle file reporting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 1, 2024
1 parent ad9ec94 commit f543848
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ jobs:
uses: ./.github/workflows/verify.yml
secrets: inherit

size:
name: Size
runs-on: ubuntu-latest
timeout-minutes: 5
# size:
# name: Size
# runs-on: ubuntu-latest
# timeout-minutes: 5

steps:
- name: Clone repository
uses: actions/checkout@v4
# steps:
# - name: Clone repository
# uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
# - name: Setup Bun
# uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install --frozen-lockfile
# - name: Install dependencies
# run: bun install --frozen-lockfile

- name: Report bundle size
uses: andresz1/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: bun
# - name: Report bundle size
# uses: andresz1/size-limit-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# package_manager: bun

0 comments on commit f543848

Please sign in to comment.