Skip to content

Commit

Permalink
fix: credentials 주입 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 17, 2024
1 parent 0323685 commit 9bfc34c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- name: Create Credentials
run: |
echo "${{ secrets.GOOGLE_CREDENTIALS }}" > ./${{ env.MODULE }}/src/main/resources/credentials.json
- name: test
run: |
cat ./${{ env.MODULE }}/src/main/resources/credentials.json
- name: Build ${{ env.MODULE }} module
run: ./gradlew :${{ env.MODULE }}:build

Expand Down

0 comments on commit 9bfc34c

Please sign in to comment.