Skip to content

Commit

Permalink
fix(ci): switch to bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Nov 12, 2020
1 parent dcb7bd6 commit 85fc05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: npm run test-ci
env:
NEO_URI: neo4j://neo4j
NEO_URI: bolt://neo4j
NEO_USER: neo4j
NEO_PASS: new

Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
NEO_URI: neo4j://neo4j
NEO_URI: bolt://neo4j
NEO_USER: neo4j
NEO_PASS: new

0 comments on commit 85fc05c

Please sign in to comment.