Skip to content

Introduce some tests of non-determinism #40

Introduce some tests of non-determinism

Introduce some tests of non-determinism #40

name: Validate JSONs
on: [pull_request]
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate CTS against JSON Schema
uses: cardinalby/schema-validator-action@v2
with:
file: 'tests/**/*.json|cts.json'
schema: 'cts.schema.json'