Skip to content

Commit

Permalink
I should not need to make a new keystore for actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Feb 11, 2024
1 parent 4fc8fa4 commit ce17c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
java-version: '17'
cache: 'gradle'

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

- name: Run Gradle Testing
run: sh gradlew build
Expand Down

0 comments on commit ce17c24

Please sign in to comment.