Skip to content

build(deps): bump @lifeomic/alpha from 5.2.0 to 7.0.1 #78

build(deps): bump @lifeomic/alpha from 5.2.0 to 7.0.1

build(deps): bump @lifeomic/alpha from 5.2.0 to 7.0.1 #78

Workflow file for this run

name: PR Branch Build and Test
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn test --testTimeout=120000 --maxWorkers=50%