Skip to content

fix(cdrmodal): fixes the issue where screen readers can read content … #277

fix(cdrmodal): fixes the issue where screen readers can read content …

fix(cdrmodal): fixes the issue where screen readers can read content … #277

Workflow file for this run

name: Unit
on:
pull_request:
branches:
- next
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm run unit
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run e2e