mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
17 lines
292 B
YAML
17 lines
292 B
YAML
|
_schema-version: '3.1'
|
||
|
ID: test-mta-js
|
||
|
version: 1.0.0
|
||
|
|
||
|
build-parameters:
|
||
|
before-all:
|
||
|
- builder: custom
|
||
|
commands:
|
||
|
- npm install
|
||
|
- npm run-script ci-backend-unit-test
|
||
|
- npm run-script ci-it-backend
|
||
|
|
||
|
modules:
|
||
|
- name: test-mta-js-srv
|
||
|
type: nodejs
|
||
|
path: gen/srv
|