Skip to content

🚚 chore(deps-dev): Bump chai and @types/chai #1186

🚚 chore(deps-dev): Bump chai and @types/chai

🚚 chore(deps-dev): Bump chai and @types/chai #1186

Workflow file for this run

name: Test configuration
on:
push:
pull_request:
branches:
- master
jobs:
run-tests:
name: Run all unit tests and generate coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install packages
run: yarn install
- name: Lint package
run: yarn lint
- name: Run tests
run: yarn test
- name: Create coverage report
run: yarn coverage