Skip to content

Bump ts-jest from 29.4.1 to 29.4.4 #566

Bump ts-jest from 29.4.1 to 29.4.4

Bump ts-jest from 29.4.1 to 29.4.4 #566

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: macos-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: yarn install
- run: yarn all
test: # make sure the action works on a clean machine without building
runs-on: macos-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./
with:
api_key: "xyz" # ${{ secrets.DATADOG_API_KEY }}
dsym_paths: |
src/__tests__/fixtures/test
src/__tests__/fixtures/test.zip
dry_run: true