Skip to content

[TM-1559] change style in sidebar site view version dropdown #1341

[TM-1559] change style in sidebar site view version dropdown

[TM-1559] change style in sidebar site view version dropdown #1341

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
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