Skip to content

TEC-467: Shrink OXD list table headers when there are no space (#771) #2319

TEC-467: Shrink OXD list table headers when there are no space (#771)

TEC-467: Shrink OXD list table headers when there are no space (#771) #2319

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install npm dependencies
run: yarn install
- name: Unit tests
run: yarn workspace oxd-components test:unit