From 3b1f936cc4f15652edd0ba5acd4b399a74a804e7 Mon Sep 17 00:00:00 2001 From: wappon28dev Date: Tue, 2 Jul 2024 23:03:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E3=82=B9=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=88=E3=81=AE=E9=A0=86=E7=95=AA=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f915b24..06de94b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: - name: 🎉 Install project dependencies run: npm install - - name: ✅ Check code format/style - run: npm run test + - name: 🔧 Create Empty Mocks + run: npm run create-empty-mocks - name: 🏗️ Build app run: npm run build @@ -37,6 +37,9 @@ jobs: PUBLIC_MICROCMS_SERVICE_DOMAIN: ${{ secrets.PUBLIC_MICROCMS_SERVICE_DOMAIN }} PUBLIC_MICROCMS_API_KEY: ${{ secrets.PUBLIC_MICROCMS_API_KEY }} + - name: ✅ Check code format/style + run: npm run test + - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: