Skip to content

Merge branch 'main' of https://github.com/do-/node-ru-codes #38

Merge branch 'main' of https://github.com/do-/node-ru-codes

Merge branch 'main' of https://github.com/do-/node-ru-codes #38

Workflow file for this run

name: unit tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run tests
run: npm run test-ci
- name: Generating coverage badges
uses: jpb06/jest-badges-action@latest