Skip to content

Commit

Permalink
Update e2e_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Sep 26, 2024
1 parent 1d41854 commit be42b5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
ruby-version: ${{ matrix.ruby }}

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
if: matrix.java-version
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: maven

- name: Wait for neo4j
run: while [ $((curl localhost:7474/ > /dev/null 2>&1); echo $?) -ne 0 ]; do sleep 1; done
Expand Down

0 comments on commit be42b5b

Please sign in to comment.