Skip to content

feat(time-inputs): allow to use left/right arrows #325

feat(time-inputs): allow to use left/right arrows

feat(time-inputs): allow to use left/right arrows #325

Workflow file for this run

name: ngx-mat-timepicker tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn run test:lib -- --watch=false --browsers=ChromeHeadless