Skip to content

Nest

Nest #2

Workflow file for this run

name: NestJS CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Use Node.js
- uses: kir-dev/automations/actions/node-ci@node-ci
with:
node-version: 20
package-manager: npm
test-script: test:cov
build-artifacts-path: dist
test-coverage-path: coverage