Skip to content

Commit

Permalink
trying different sub directory config
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 4, 2024
1 parent a9654ba commit 4e561d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bundle-size/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ runs:
# token: ${{ inputs.ghToken }}

- name: setup
uses: ./.github/actions/setup
working-directory: pr-base
uses: .pr-base/.github/actions/setup

- name: Build main
working-directory: pr-base
run: pnpm build

# Generate the bundle size difference report [required]
Expand Down

0 comments on commit 4e561d1

Please sign in to comment.