Skip to content

Commit

Permalink
fix: 디버깅용 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ngm-n committed Jul 26, 2024
1 parent 2e34826 commit a78befc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/backend_dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
,dev/jumo/server
# comma 오타 아님

# 디버깅용 스텝
- name: Print environment variables
run: |
echo "DB_NAME_DEV=${{ secrets.DB_NAME_DEV }}"
echo "DB_URL_DEV=${{ secrets.DB_URL_DEV }}"
echo "DB_USER_DEV=${{ secrets.DB_USER_DEV }}"
echo "DB_PW_DEV=${{ secrets.DB_PW_DEV }}"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

Expand Down

0 comments on commit a78befc

Please sign in to comment.