Skip to content

Bump ts-jest from 29.1.4 to 29.2.2 #1160

Bump ts-jest from 29.1.4 to 29.2.2

Bump ts-jest from 29.1.4 to 29.2.2 #1160

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@v4
- run: npm ci
- run: npm run test:coverage
env:
INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}