From 0915b2130eee8721bd1e7009babcf66cb98bde81 Mon Sep 17 00:00:00 2001 From: minsu-zip Date: Thu, 15 Aug 2024 02:44:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20report=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lighthouse.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 971cc34..ddd3765 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -60,9 +60,6 @@ jobs: pnpm i -g @lhci/cli lhci autorun || echo "Fail to Run Lighthouse CI!" - - name: Debug LHCI reports - run: ls -al ./lhci_reports - - name: Format lighthouse score id: format_lighthouse_score uses: actions/github-script@v3