Skip to content

Commit

Permalink
Maybe I should put it after java setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Oct 23, 2023
1 parent 63b580e commit bd1cdd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
java-version: '17'
cache: 'gradle'

- name: Create Key Store
run: sh create_keystore.sh

- name: Run Gradle Testing
run: sh gradlew build

Expand Down

0 comments on commit bd1cdd8

Please sign in to comment.