Skip to content
Snippets Groups Projects
Commit fc95c7c0 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add a pipeline for make a test build

parent bcbfda0a
No related branches found
No related tags found
1 merge request!1Add LICENSE
Pipeline #26202 passed
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
SECURE_FILES_DOWNLOAD_PATH: './'
stages:
- test
build:test:
image: node:latest
stage: test
tags:
- build
script:
- cd ExpressAPI
- npm install
- npm run build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment