Add WCAG 2.2 and EN 301 549 data, update to VPAT 2.5, refactor Librarian #227
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |