gilde-ci-cd/documentation/chapters/templates/npm/npm-test-template.adoc
Marcel Feix 75799e32fc
Docs(*): Translate everything to english
Correction of some paths
2022-07-08 09:55:42 +02:00

19 lines
351 B
Plaintext

:sourcedir: ../../../../templates/
= NPM Test Template
This template will run your NPM unit tests
.Variables
|===
|Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|===
.npm-test-template
[source, yaml]
----
include::{sourcedir}npm/npm-test.gitlab-ci.yml[]
----