UNPKG

@ln-maf/validations

Version:

This module is created to allow other projects to easily validate JSON utilizing a set of steps.

16 lines (15 loc) 240 B
image: node:latest stages: - test test: stage: test script: - mkdir -p test/report - npm ci - bash runIt.sh tags: - docker artifacts: paths: - test/report/undefined/cucumber_report.html when: always