Skip to content

feat(a11y-table): Define a standalone table component #1892

feat(a11y-table): Define a standalone table component

feat(a11y-table): Define a standalone table component #1892

Workflow file for this run

name: Runbox7 CI
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max-old-space-size=2048"
strategy:
matrix:
phase: ['lint', 'policy', 'unit', 'e2e', 'build']
name: Run ${{ matrix.phase }} tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
- run: npm ci
- run: npm run ci-tests -- ${{ matrix.phase }}