Skip to content

Commit

Permalink
[RENAME] 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tidavid1 committed Feb 3, 2024
1 parent 3fc1796 commit 1ec3fec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:

## Gradle Test를 실행한다
- name: Test with Gradle
run: cd voicepocket
ls- alh
gradlew --info test
run: |
cd voicepocket
ls- alh
gradlew --info test
## Test 후 Report 생성
- name: Publish Test Results
Expand Down

0 comments on commit 1ec3fec

Please sign in to comment.