Skip to content

Commit

Permalink
trying to build main so there's something to diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 4, 2024
1 parent a3b2ffb commit e87ea8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/actions/bundle-size/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e87ea8d

Please sign in to comment.