diff --git a/.github/workflows/graph-tests.yml b/.github/workflows/graph-tests.yml index 183ba4c..f8f10cc 100644 --- a/.github/workflows/graph-tests.yml +++ b/.github/workflows/graph-tests.yml @@ -11,6 +11,8 @@ jobs: uses: actions/setup-python@v3 with: python-version: '3.10' + - name: ports + run: sudo netstat -tulpn | grep LISTEN - name: Download Neo4j run: | curl -fsSL https://debian.neo4j.com/neotechnology.gpg.key |sudo gpg --dearmor -o /usr/share/keyrings/neo4j.gpg