Skip to content

build(deps-dev): bump ts-jest from 29.4.11 to 29.4.12 #563

build(deps-dev): bump ts-jest from 29.4.11 to 29.4.12

build(deps-dev): bump ts-jest from 29.4.11 to 29.4.12 #563

name: Test Actions
on:
push:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!**/*.md"
pull_request:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!**/*.md"
jobs:
unit-test:
if: "!startsWith(github.head_ref, 'release-please')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: npm ci
shell: bash
- run: npm test
shell: bash