Skip to content

Commit c2d461d

Browse files
committed
chore: echo yml file
1 parent d46ab14 commit c2d461d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cicd-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
- name: Check if config files exist
3131
run: |
3232
echo "Current Directory: $(pwd)"
33+
cd config
3334
echo "Current Directory: $(pwd)"
34-
ls -al /config/local
35-
cat /config/local/application-local.yml || echo "❌ yml not found"
35+
cd local
36+
echo "Current Directory: $(pwd)"
37+
ls -al
3638
3739
# 3. Gradle 실행 권한 부여
3840
- name: Grant execute permission for Gradle

0 commit comments

Comments
 (0)