Skip to content

Add #onReportLogs(logs) #216

Add #onReportLogs(logs)

Add #onReportLogs(logs) #216

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm run test
- name: Check build
run: npm run build