Skip to content

Commit

Permalink
Decentralize JDK setup (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Nov 17, 2024
1 parent 485a71b commit b8dc1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/jersey-webservice-deployment-actions/.github/actions/jdk-setup@master
- name: Set up Docker for Integration Tests
uses: docker-practice/actions-setup-docker@master
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: ${{ env.JDK_VERSION }}
distribution: ${{ env.JDK_DISTRIBUTION }}
- name: Run unit & integration tests
run: mvn -B clean verify
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ RETURN path, length(path) AS hops
.build();
}


/**
* Runs a cypher query against Neo4J database and return the query result unmodified.
*
Expand Down

0 comments on commit b8dc1cd

Please sign in to comment.