Skip to content

Commit

Permalink
fix: Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu20 authored Aug 12, 2023
1 parent 50a24eb commit 1a6191e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,17 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ${{ env.working-directory }}


- name: Clean with Gradle
run: ./gradlew clean
working-directory: ${{ env.working-directory }}


- name: Build with Gradle
run: ./gradlew build
working-directory: ${{ env.working-directory }}


- name: Cleanup Gradle Cache
if: ${{ always() }}
Expand Down

0 comments on commit 1a6191e

Please sign in to comment.