Skip to content

LAN-1007: Add new timezone icon to OXD Icons and new OXD Linear Progr… #2342

LAN-1007: Add new timezone icon to OXD Icons and new OXD Linear Progr…

LAN-1007: Add new timezone icon to OXD Icons and new OXD Linear Progr… #2342

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