Skip to content

Bump ts-jest from 29.1.1 to 29.1.4 #12

Bump ts-jest from 29.1.1 to 29.1.4

Bump ts-jest from 29.1.1 to 29.1.4 #12

Workflow file for this run

name: bun-test
on:
pull_request:
push:
branches:
- 'master'
jobs:
my-job:
name: bun-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test