Skip to content

fix(scene composer): fix overlay arrow clickable space #2971

fix(scene composer): fix overlay arrow clickable space

fix(scene composer): fix overlay arrow clickable space #2971

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install
run: npm ci --prefer-offline --no-audit --no-fund
- name: Run unit tests
run: npx turbo run test
- name: Run lints
run: npx turbo run lint
- name: Run style lint
run: npm run test:stylelint
- name: Ensure no un-commited changes
run: npm run test:git