Skip to content

Commit

Permalink
Update build-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyo-j authored May 23, 2024
1 parent c53da72 commit 038b7e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,18 @@ jobs:
echo "${{ secrets.APPLICATION_DEPLOY_YML }}" > baebae-BE/src/main/resources/application-deploy.yml
echo "${{ secrets.TEST_APPLICATION_YML }}" > baebae-BE/src/test/resources/application.yml
echo "${{ secrets.APPLICATION_TEST_YML }}" > baebae-BE/src/test/resources/application-test.yml
- name: Create Firebase credentials file in main resources
id: create-main-json
uses: jsdaniell/[email protected]
with:
name: "baebae-BE/src/main/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json"
json: ${{ secrets.FCM_CERTIFICATION }}


- name: Create Firebase credentials file in test resources
id: create-json
id: create-json-test
uses: jsdaniell/[email protected]
with:
name: "baebae-BE/src/test/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json"
Expand Down

0 comments on commit 038b7e5

Please sign in to comment.