Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Yang 7d6f712eb5 ci: use pnpm 2025-02-19 19:09:24 +08:00
Alex Yang 80b76bd8fc ci: use pnpm 2025-02-19 19:05:19 +08:00
Alex Yang f99ee670dd ci: only run in pull request 2025-02-19 19:02:54 +08:00
+3 -1
View File
@@ -119,6 +119,7 @@ jobs:
size-limit:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
name: Size Limit
steps:
- uses: actions/checkout@v4
@@ -132,12 +133,13 @@ jobs:
run: pnpm install
- name: Build llamaindex
run: pnpm run build
- uses: andresz1/size-limit-action@v1
- uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: e2e/examples/vite-import-llamaindex
skip_step: "install"
build_script: build
package_manager: pnpm
typecheck-examples:
runs-on: ubuntu-latest