From bc0d25212744624f5d75028944e3a7fbe19ec722 Mon Sep 17 00:00:00 2001 From: ympark99 Date: Wed, 9 Aug 2023 14:16:23 +0900 Subject: [PATCH] =?UTF-8?q?feat(store):=20github=20action=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=9E=90=EB=8F=99=ED=99=94=20#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a095891..90e98cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: run: chmod +x gradlew - name: 3. test with gradle - run: ./gradlew test --jasypt.encryptor.password=${{ secrets.JASYPT_PASSWORD }} + run: ./gradlew test -Djasypt.encryptor.password=${{secrets.JASYPT_PASSWORD}}