Skip to content

Merge branch 'remove_frameworks' #14

Merge branch 'remove_frameworks'

Merge branch 'remove_frameworks' #14

Workflow file for this run

name: 'Jest unit tests'
on:
push:
paths-ignore:
- '**/dist/**'
- '**/*.md'
- '.github/**'
- '.vscode/**'
pull_request:
branches:
- develop
paths-ignore:
- '**/dist/**'
- '**/*.md'
- '.github/**'
- '.vscode/**'
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.5.0'
cache: 'npm'
- run: npm ci
- run: npm run test