Skip to content

Nest

Nest #7

Workflow file for this run

name: NestJS CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: kir-dev/automations/.github/workflows/node-ci.yml@node-ci
with:
node-version: 20
package-manager: npm
test-script: test:cov
build-artifacts-path: dist
test-coverage-path: coverage
# 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