Skip to content

added coherence check #51

added coherence check

added coherence check #51

Workflow file for this run

name: backend-test
on: pull_request
jobs:
test:
runs-on: windows-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '20.11.1'
- run: npm install
working-directory: lib
- run: npm run test
working-directory: lib