Skip to content

#2043 introduce ValidationErrorNoStack class to improve error creation performance #867

#2043 introduce ValidationErrorNoStack class to improve error creation performance

#2043 introduce ValidationErrorNoStack class to improve error creation performance #867

Workflow file for this run

name: Test
on:
push:
branches: [master, next]
pull_request:
branches: [master, next]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test