From fb5817494c634290eb436f8d815ee64579c0648d Mon Sep 17 00:00:00 2001 From: SCY Date: Sat, 19 Oct 2024 02:32:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20CI/CD=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-dev-ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-dev-ci-cd.yml b/.github/workflows/backend-dev-ci-cd.yml index c26fe155..c03ba8b4 100644 --- a/.github/workflows/backend-dev-ci-cd.yml +++ b/.github/workflows/backend-dev-ci-cd.yml @@ -45,6 +45,7 @@ jobs: run: | echo "${{ secrets.APPLICATION_PROPERTIES_DEV }}" > src/main/resources/application.properties echo "${{ secrets.FCM_SECRET_KEY }}" > src/main/resources/fcm/chongdaemarket-fcm-key.json + echo "${{ secrets.FCM_SECRET_KEY }}" > src/test/resources/fcm/chongdaemarket-fcm-key.json working-directory: ./backend - name: Check test log