Skip to content

Cleaned up logging. #126

Cleaned up logging.

Cleaned up logging. #126

Workflow file for this run

name: Tests
on:
push:
branches: [development, main]
pull_request:
branches: [development]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
#- run: npm run lint # broken until update to vue 3
- run: npm run type-check
- run: npm run test:unit