From 33c1a0b60c72b778fbcd2e6ae12f11af4cac6dd2 Mon Sep 17 00:00:00 2001 From: jimin3263 Date: Fri, 19 Jul 2024 00:17:46 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=84=A4=EC=A0=95=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/api-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/api-deploy.yml b/.github/workflows/api-deploy.yml index b2e025ae..df84ffe0 100644 --- a/.github/workflows/api-deploy.yml +++ b/.github/workflows/api-deploy.yml @@ -44,6 +44,9 @@ jobs: mkdir -p ./application/src/main/resources echo "${{ secrets.APPLICATION_CORE }}" > ./application/src/main/resources/application-core.yml + - name: Verify config file + run: cat ./adapters/out-web/src/main/resources/google-services.json + - name: Build with Gradle run: ./gradlew :entry:web:build --no-daemon