Skip to content

docs(integration-tests): Describe the properties of feature.json #2106

docs(integration-tests): Describe the properties of feature.json

docs(integration-tests): Describe the properties of feature.json #2106

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