Skip to content

Merge branch 'main' into 68-user-manage-prom #605

Merge branch 'main' into 68-user-manage-prom

Merge branch 'main' into 68-user-manage-prom #605

Workflow file for this run

name: Run Build and Tests
on: push
jobs:
test:
name: Run Build and Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test