Skip to content

feat: migrate view definitions from YAML to JS schemas (v4.0.0) #1236

feat: migrate view definitions from YAML to JS schemas (v4.0.0)

feat: migrate view definitions from YAML to JS schemas (v4.0.0) #1236

name: Coverage Status
on: ["push", "pull_request"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: npm install, make test-coverage
run: |
npm install
npm run test-ci