Skip to content

feat: add overview of certification to high level Test Suite readme #2123

feat: add overview of certification to high level Test Suite readme

feat: add overview of certification to high level Test Suite readme #2123

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