Skip to content

Bump ts-jest from 29.1.2 to 29.2.4 #584

Bump ts-jest from 29.1.2 to 29.2.4

Bump ts-jest from 29.1.2 to 29.2.4 #584

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: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run all
run: yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
path: |
${{ github.workspace }}/tests/examples/report.xml
${{ github.workspace }}/tests/examples/report_medium.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: Code Coverage
min-coverage-overall: 80