Skip to content

Add tests to Idea domain #2

Add tests to Idea domain

Add tests to Idea domain #2

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22.11.0
cache: npm
- run: npm install
- run: npm run test:coverage
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage/lcov-report