Skip to content

fix: prevent errors in preload from crashing app (#314) #282

fix: prevent errors in preload from crashing app (#314)

fix: prevent errors in preload from crashing app (#314) #282

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn build
- run: yarn test