Select Git revision
Forked from an inaccessible project.
-
Florentin Labelle authoredFlorentin Labelle authored
.gitlab-ci.yml 272 B
image: node:16.0.0
stages:
- test
variables:
ADMIN_USERNAME: lej
PORT: 3069
job:estlint:
stage: test
script:
- npm install eslint
- npm run lint
job:test-run:
stage: test
script:
- npm install
- npm run test