Skip to content

Tm 1561 site attribute table site view admin provide consistent padding offset between header labels and their sorting icons #1379

Tm 1561 site attribute table site view admin provide consistent padding offset between header labels and their sorting icons

Tm 1561 site attribute table site view admin provide consistent padding offset between header labels and their sorting icons #1379

Workflow file for this run

name: pull-request
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install modules
run: yarn
- name: Test
run: yarn run jest --ci
- name: Build
run: NEXT_PUBLIC_TARGET_ENV=staging yarn build