Skip to content

fix frontend crash caused by missing data for warnings #355

fix frontend crash caused by missing data for warnings

fix frontend crash caused by missing data for warnings #355

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: yarn test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
defaults:
run:
working-directory: frontend
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build
env:
NODE_OPTIONS: '--openssl-legacy-provider'
- run: yarn test