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 committed May 23, 2024
1 parent 0e6fc47 commit 43d7817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Create Firebase credentials file in main resources
run: |
echo "${{ secrets.FIREBASE_CREDENTIALS_JSON }}" > baebae-BE/src/main/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
echo "${{ secrets.FIREBASE_CREDENTIALS_JSON }}" | jq '.' > baebae-BE/src/main/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
- name: Create Firebase credentials file in test resources
run: |
echo "${{ secrets.FIREBASE_CREDENTIALS_JSON }}" > baebae-BE/src/test/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
echo "${{ secrets.FIREBASE_CREDENTIALS_JSON }}" | jq '.' > baebae-BE/src/test/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
- name: Display Firebase credentials file in main resources
run: cat baebae-BE/src/main/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
Expand Down

0 comments on commit 43d7817

Please sign in to comment.