Skip to content

Commit 9a753e4

Browse files
committed
ping
1 parent 9d848ea commit 9a753e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
tests:
1313
runs-on: ubuntu-latest
1414
env:
15-
CONNECTION: neo4j://neo4j:testtest@core1:7688
15+
CONNECTION: neo4j://neo4j:testtest@localhost:7688
1616
name: "Running on PHP 8.1 in a Neo4j 4.4 cluster"
1717

1818
steps:
19+
- name: Ping
20+
run: ping localhost:7688
1921
- uses: actions/checkout@v2
2022
- name: Cache Composer dependencies
2123
uses: actions/cache@v2

0 commit comments

Comments
 (0)