Skip to content

Commit

Permalink
chore: dev CI/CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
helenason committed Oct 18, 2024
1 parent e9ae177 commit fb58174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb58174

Please sign in to comment.