Skip to content

Commit ba984d8

Browse files
chore: backend cd job 오류 수정
Co-authored-by: coli-geonwoo <[email protected]>
1 parent 15f856d commit ba984d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/backend-cicd-dev.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v4
29+
- run: ls -al
2930
with:
30-
ref: develop
31-
run: ls -al
31+
ref: develop
32+
- run: ls -al
3233

3334
- name: Set up JDK 17
3435
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)