Skip to content

Merge pull request #978 from w3c-ccg/clashing-identifiers #416

Merge pull request #978 from w3c-ccg/clashing-identifiers

Merge pull request #978 from w3c-ccg/clashing-identifiers #416

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