Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Add preprocessing child workflow #40

Add preprocessing child workflow

Add preprocessing child workflow #40

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Dashboard
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18.x
- run: npm ci
working-directory: ./dashboard
- run: npm run test
working-directory: ./dashboard
- run: npm run lint
working-directory: ./dashboard
- run: npm run coverage
working-directory: ./dashboard