Skip to content

build(deps): Bump @nestjs/platform-express from 10.3.10 to 10.4.0 #49

build(deps): Bump @nestjs/platform-express from 10.3.10 to 10.4.0

build(deps): Bump @nestjs/platform-express from 10.3.10 to 10.4.0 #49

Workflow file for this run

name: pull_request
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
with:
PNPM_BUILD: true
run_unit_tests:
name: Run tests (vitest)
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
with:
PNPM_BUILD: true
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100