mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
19 lines
No EOL
279 B
YAML
19 lines
No EOL
279 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
cache:
|
|
directories:
|
|
- ~/.npm
|
|
- ~/.cache
|
|
install:
|
|
- npm install
|
|
before_script:
|
|
- npm run build
|
|
- npm run start &
|
|
script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run flow
|
|
- npm run cypress:run
|
|
notifications:
|
|
email: false |