Skip to content

Changing conformance criteria roll up count from a list to a table #228

Changing conformance criteria roll up count from a list to a table

Changing conformance criteria roll up count from a list to a table #228

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test