Skip to content

Commit

Permalink
test: 로그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
mungmnb777 committed Jan 22, 2024
1 parent d1153de commit a96532c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-cd-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Update Git submodules
run: git submodule update --remote --recursive

- name: print log
run: cat ../../src/main/resources/application-dev.yml

- name: Build and test with Gradle
run: ./gradlew test

Expand Down

0 comments on commit a96532c

Please sign in to comment.