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 7d27ceb commit 63cb1bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +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 }}" | sed 's/\\n/\n/g' > 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 }}" | sed 's/\\n/\n/g' > baebae-BE/src/test/resources/baebae-ff525-firebase-adminsdk-zbc8h-7fd10e518b.json
- name: Build with Gradle
run: |
Expand Down

0 comments on commit 63cb1bf

Please sign in to comment.