Skip to content

Commit

Permalink
Update ci_gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tidavid1 committed Feb 3, 2024
1 parent fa8efe0 commit 3fc1796
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x voicepocket/gradlew

## Move folder
- name: Move Folder
run: cd voicepocket

## Show Folder Detail
- name: Show Folder Detail
run: ls -alh

## Gradle Test를 실행한다
- name: Test with Gradle
run: gradlew --info test
run: cd voicepocket
ls- alh
gradlew --info test

## Test 후 Report 생성
- name: Publish Test Results
Expand Down

0 comments on commit 3fc1796

Please sign in to comment.