Skip to content

Implement Status-Based Column Layout for Workspace Planner #1321

Implement Status-Based Column Layout for Workspace Planner

Implement Status-Based Column Layout for Workspace Planner #1321

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- "*"
jobs:
test-jest:
name: Jest
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Tests
run: NODE_OPTIONS="--max_old_space_size=8192" yarn run test-jest