Update nextjs-bundle-analysis.yml
parent
0da6878188
commit
d2b45e52ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue