Skip to content

Commit

Permalink
Never mind, I don't get how this ran WITHOUT any issue of needing a k…
Browse files Browse the repository at this point in the history
…ey store?
  • Loading branch information
AndrewQuijano committed Oct 23, 2023
1 parent c65118c commit 63b580e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ jobs:
- name: Install Graphviz to visualize trees
run: sudo apt-get install -y graphviz

- name: Install Java to have KeyTool
run: sudo apt-get install -y default-jdk, default-jre, graphviz, curl, python3-pip

- name: Setup Gradle
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: '17'
cache: 'gradle'

- name: Create keystore for local use
run: sh create_keystore.sh

- name: Run Gradle Testing
run: sh gradlew build

Expand Down

0 comments on commit 63b580e

Please sign in to comment.