From d02c98378b6c20474d6438c5cd2de039897cd619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=98=88=EC=B0=AC?= <88381563+YeaChan05@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:56:21 +0900 Subject: [PATCH] Update pull-request-intergration.yml --- .github/workflows/pull-request-intergration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-intergration.yml b/.github/workflows/pull-request-intergration.yml index f8772d43d..2a4d63c20 100644 --- a/.github/workflows/pull-request-intergration.yml +++ b/.github/workflows/pull-request-intergration.yml @@ -52,7 +52,7 @@ jobs: run: ./gradlew build -x test -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }} - name: Test with Gradle - run: ./gradlew test -Dspring.flyway.enabled=false -Dspring.flyway.baseline-on-migrate=false -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }} + run: ./gradlew test -i -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }} - name: Report Test Results