Skip to content

fix: add delimiter parameter to load_labels_from_file and load_edges_from_file #2791

fix: add delimiter parameter to load_labels_from_file and load_edges_from_file

fix: add delimiter parameter to load_labels_from_file and load_edges_from_file #2791

Workflow file for this run

name: Nodejs Driver Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: drivers/nodejs/
steps:
- uses: actions/checkout@v4
- name: Run apache/age docker image
run: docker compose up -d
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm test