Skip to content

支持 Surface Plot (#10) #22

支持 Surface Plot (#10)

支持 Surface Plot (#10) #22

Workflow file for this run

name: Test AVA
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd ava && npm install
- run: cd ava && npm run test
- run: cd ava && npm run build