Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add data field to all required part of eCharts and set default values of them. #1365

Add data field to all required part of eCharts and set default values of them.

Add data field to all required part of eCharts and set default values of them. #1365

Workflow file for this run

name: Client
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'client/**'
- '.github/workflows/client.yml'
permissions:
contents: read
jobs:
build-client:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: 'client/yarn.lock'
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
dir: client
- name: Run tests
uses: borales/[email protected]
with:
cmd: build
dir: client