Skip to content

Commit 3ea0826

Browse files
committed
echo ports
1 parent ebfd412 commit 3ea0826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
name: "Running on PHP 8.1 in a Neo4j 4.4 cluster"
1717

1818
steps:
19+
- name: Ports
20+
run: netstat -tulpn | grep LISTEN ; lsof -i -P -n | grep LISTEN
1921
- uses: actions/checkout@v2
2022
- name: Cache Composer dependencies
2123
uses: actions/cache@v2

0 commit comments

Comments
 (0)