From 02e8e4964e8fcfb73ec2cfc2d5754a2f12edd576 Mon Sep 17 00:00:00 2001 From: Chan Young Jeong <57498298+chanyoung1998@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:45:02 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b5e7e0..ab836e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ jobs: cd ./dplanner/src/main/resources touch ./dplanner-firebase-adminsdk.json echo "${{secrets.FIREBASE}}" > ./dplanner-firebase-adminsdk.json + + cd ./dplanner/src/test/resources + touch ./dplanner-firebase-adminsdk.json + echo "${{secrets.FIREBASE}}" > ./dplanner-firebase-adminsdk.json shell: bash - name: Substitute environment variables PROD