Skip to content

✨ OSIDB-3563: History pagination #493

✨ OSIDB-3563: History pagination

✨ OSIDB-3563: History pagination #493

Workflow file for this run

name: Test
on:
push:
branches:
- main
- uat
paths-ignore:
- 'selenium/**'
- 'features/**'
- 'build/**'
- 'scripts/**'
pull_request:
paths-ignore:
- 'selenium/**'
- 'features/**'
- 'build/**'
- 'scripts/**'
release:
types: [published]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/iron' # '20.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:unit:nowatch
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/iron' # '20.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build