Skip to content

Commit

Permalink
modify Test -i 옵션으로 Test 실패 원인 파악 시도 #51
Browse files Browse the repository at this point in the history
  • Loading branch information
rookedsysc committed Mar 31, 2024
1 parent f5270c0 commit 015b557
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd-wordflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew clean build --warning-mode all
# 전송할 파일을 담을 디렉토리 생성
./gradlew test -i
./gradlew clean build --warning-mode all
# 전송할 파일을 담을 디렉토리 생성
- name: Make Directory for deliver
run: mkdir deploy

Expand Down

0 comments on commit 015b557

Please sign in to comment.