Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

accessibility changes and wordpress integration #902

accessibility changes and wordpress integration

accessibility changes and wordpress integration #902

name: Run jest tests
on:
pull_request:
paths:
- 'react-frontend/**'
- 'react-frontend/package.json'
jobs:
run:
runs-on: ubuntu-latest
env:
working-directory: ./react-frontend
steps:
- uses: actions/checkout@v1
- name: build tests
run: npm install
working-directory: ${{env.working-directory}}
- name: Run tests
run: npm run test
working-directory: ${{env.working-directory}}