We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a786 commit b19a6c9Copy full SHA for b19a6c9
.circleci/config.yml
.github/workflows/node.js.yml
@@ -56,6 +56,14 @@ jobs:
56
uses: actions/checkout@v2
57
- name: Install dependencies
58
run: npm ci
59
+ - name: Run unit tests
60
+ env:
61
+ NEO4J_VERSION: ${{ matrix.neo4j-version }}
62
+ NEO4J_URI: bolt://localhost
63
+ NEO4J_DATABASE: "neo4j"
64
+ NEO4J_USER: neo4j
65
+ NEO4J_PASSWORD: abcde
66
+ run: npm test
67
- name: Start server
68
env:
69
NEO4J_VERSION: ${{ matrix.neo4j-version }}
0 commit comments