Skip to content

Merge pull request #940 from w3c-ccg/936-editors-and-authors-lists-ne… #339

Merge pull request #940 from w3c-ccg/936-editors-and-authors-lists-ne…

Merge pull request #940 from w3c-ccg/936-editors-and-authors-lists-ne… #339

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