diff --git a/.github/actions/bundle-size/action.yml b/.github/actions/bundle-size/action.yml index 3809ae69c..bf5cfcb8d 100644 --- a/.github/actions/bundle-size/action.yml +++ b/.github/actions/bundle-size/action.yml @@ -43,13 +43,20 @@ runs: steps: # Checkout branch to compare to [required] - name: Checkout base branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "main" # ref: ${{ inputs.branch }} path: br-base # token: ${{ inputs.ghToken }} + - name: setup + working-directory: pr-base + uses: ./.github/actions/setup + + - name: Build main + run: pnpm build + # Generate the bundle size difference report [required] - name: Generate report id: bundleSize