Skip to content

Commit

Permalink
echo ports
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 4, 2024
1 parent ebfd412 commit 3ea0826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test-cluster-neo4j-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
name: "Running on PHP 8.1 in a Neo4j 4.4 cluster"

steps:
- name: Ports
run: netstat -tulpn | grep LISTEN ; lsof -i -P -n | grep LISTEN
- uses: actions/checkout@v2
- name: Cache Composer dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 3ea0826

Please sign in to comment.