Skip to content

Commit

Permalink
chore: FCM json CI 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hgh1472 committed Nov 27, 2024
1 parent dffdc33 commit 1369edf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
shell: bash

- name: JSON 생성
run: echo '${{ secrets.BOTTLER_FCM }}' > bottler-fcm.json
uses: jsdaniell/create-json@v1.2.2
with:
name: "bottler-fcm.json"
json: ${{ secrets.BOTTLER_FCM }}
dir: 'src/resources'

- name: Gradle로 테스트 및 커버리지 리포트 생성
run: ./gradlew clean build jacocoTestReport
Expand All @@ -72,4 +76,4 @@ jobs:
run: ./gradlew sonarqube

- name: JSON 삭제
run: rm bottler-fcm.json
run: rm src/resources/bottler-fcm.json

0 comments on commit 1369edf

Please sign in to comment.