Skip to content

Commit

Permalink
fix: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe916 committed Jan 6, 2024
1 parent 46ac0b5 commit 87c7f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
java-version: '17'
distribution: 'oracle'


# Gradle 설정
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/dev' }}

# gradlew 파일 권한 지정
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: test
run: ./gradlew test

Expand Down

0 comments on commit 87c7f0c

Please sign in to comment.