From fd6db77ca7d2e4c99a635353da4e863f5cf82910 Mon Sep 17 00:00:00 2001 From: exaby73 Date: Thu, 4 Jul 2024 09:59:22 +0530 Subject: [PATCH] remove ports --- .github/workflows/integration-test-cluster-neo4j-4.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-test-cluster-neo4j-4.yml b/.github/workflows/integration-test-cluster-neo4j-4.yml index 07733168..c1147c51 100644 --- a/.github/workflows/integration-test-cluster-neo4j-4.yml +++ b/.github/workflows/integration-test-cluster-neo4j-4.yml @@ -16,8 +16,6 @@ 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