Skip to content

Merge branch 'CU-85zu3be26-deploy-scripts' of https://github.com/Tapi… #744

Merge branch 'CU-85zu3be26-deploy-scripts' of https://github.com/Tapi…

Merge branch 'CU-85zu3be26-deploy-scripts' of https://github.com/Tapi… #744

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn install --immutable
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- run: yarn run build
- run: yarn run test