Update nextjs-bundle-analysis.yml

pull/7291/head
zomars 2023-02-22 14:36:14 -07:00
parent 0da6878188
commit d2b45e52ff
1 changed files with 5 additions and 1 deletions

View File

@ -7,10 +7,14 @@ on:
- main
jobs:
build:
name: Production build
uses: ./.github/workflows/production-build.yml
secrets: inherit
analyze:
needs: build
runs-on: ubuntu-latest
steps:
- run: cd ${{ github.workspace }}
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout
- uses: ./.github/actions/yarn-install