Skip to content

Nest

Nest #8

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

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / NestJS CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 13, Col: 11): Error from called workflow kir-dev/automations/.github/workflows/node-ci.yml@node-ci: (Line: 84, Col: 9, Idx: 1985) - (Line: 84, Col: 10, Idx: 1986): While parsing a tag, did not find expected tag URI.
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