Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.5.9 #588

Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.5.9

Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.5.9 #588

Workflow file for this run

name: Test
on: push
jobs:
Jest:
name: Jest
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'Build dist after push to main') }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Jest
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run test-coverage