Skip to content

758 bug chart warning message #327

758 bug chart warning message

758 bug chart warning message #327

Workflow file for this run

name: auto Build
on:
pull_request:
branches: [main, dev*]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: npm run build
env:
NODE_OPTIONS: --max_old_space_size=4096
- run: npm run test