From b35bbedb77eddd66824137ba16462bf84d8199f7 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 15 May 2023 17:27:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20yarn=20install=20to=20CI?= =?UTF-8?q?=20for=20bundle=20analysis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs_bundle_analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index b24fb6076..a2ac54930 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -55,6 +55,8 @@ jobs: # change this if you prefer a more strict cache key: ${{ runner.os }}-build-${{ env.cache-name }} + - run: yarn install + - name: Build next.js app # change this if your site requires a custom build command run: yarn turbo build