Skip to content

Commit b19a6c9

Browse files
committed
use github actions instead
1 parent 2c6a786 commit b19a6c9

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

.circleci/config.yml

-25
This file was deleted.

.github/workflows/node.js.yml

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
uses: actions/checkout@v2
5757
- name: Install dependencies
5858
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
5967
- name: Start server
6068
env:
6169
NEO4J_VERSION: ${{ matrix.neo4j-version }}

0 commit comments

Comments
 (0)