From ad08b78403c63d7d1281e5ba7acd6143ebfc1385 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 23 May 2024 18:17:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20Update=20ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f256543c..876deb89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,9 @@ jobs: chmod +x ./weather-service/gradlew - name: Build with Gradle - config - run: ./config-service/gradlew clean build -x test + run: | + ./config-service/gradlew clean build -x test |& tee config-build.log + cat config-build.log env: CONFIG_GIT_URI: ${{ secrets.CONFIG_GIT_URI }} CONFIG_PASSPHRASE: ${{ secrets.CONFIG_PASSPHRASE }}