Skip to content

chore(criteria): Unit test that criteria ShEx constraints match non-S… #2059

chore(criteria): Unit test that criteria ShEx constraints match non-S…

chore(criteria): Unit test that criteria ShEx constraints match non-S… #2059

Workflow file for this run

name: Code Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout OpenActive Test Suite
uses: actions/checkout@v2
- name: Setup Node.js 18.17.1
uses: actions/setup-node@v1
with:
node-version: 18.17.1
- name: Install OpenActive Test Suite
run: npm install
- name: Run Checks on the Code (Test the Tests!)
run: npm test