Skip to content

Commit

Permalink
chore: buld step
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 22, 2023
1 parent 69dc567 commit 2ca20e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Build with Gradle
run: ./gradlew build

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 2ca20e8

Please sign in to comment.