From a96532cb1cb0cfd30ad023f414e92d5dc6195907 Mon Sep 17 00:00:00 2001 From: Myeongbeom Lee Date: Mon, 22 Jan 2024 13:59:49 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=EB=A1=9C=EA=B7=B8=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-cd-jobs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev-cd-jobs.yml b/.github/workflows/dev-cd-jobs.yml index cd6ec37..6057924 100644 --- a/.github/workflows/dev-cd-jobs.yml +++ b/.github/workflows/dev-cd-jobs.yml @@ -22,6 +22,9 @@ jobs: - name: Update Git submodules run: git submodule update --remote --recursive + - name: print log + run: cat ../../src/main/resources/application-dev.yml + - name: Build and test with Gradle run: ./gradlew test