Skip to content

Merge pull request #964 from TallTed/patch-1 #378

Merge pull request #964 from TallTed/patch-1

Merge pull request #964 from TallTed/patch-1 #378

Workflow file for this run

name: VCDM v2 Test Suite
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.1
cache: 'npm'
- run: npm i
- run: npm t
working-directory: packages/traceability-tests