Skip to content

Commit eed0683

Browse files
authored
chore: 워크플로우 디버그 (#4)
1 parent b4a1536 commit eed0683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/backend-ci-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ jobs:
3737
sparse-checkout: bcsd-api/${{ env.TARGET_ENV }}
3838
path: .temp
3939

40+
- name: Check Directory Structure
41+
run: ls -R
42+
4043
- name: Set Credential
4144
run: cp .temp/bcsd-api/${{ env.TARGET_ENV }}/* app/src/main/resources/
42-
45+
4346
- name: Build with Gradle
4447
run: ./gradlew build --build-cache
4548

0 commit comments

Comments
 (0)