Skip to content

Merge pull request #193 from gruz0/refactor/use-identify-instead-of-r… #14

Merge pull request #193 from gruz0/refactor/use-identify-instead-of-r…

Merge pull request #193 from gruz0/refactor/use-identify-instead-of-r… #14

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