mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
19 lines
299 B
YAML
19 lines
299 B
YAML
language: node_js
|
|
node_js:
|
|
- 12
|
|
|
|
jobs:
|
|
include:
|
|
- stage: "Tests without proxy"
|
|
name: "Tests without proxy"
|
|
script: npm run test
|
|
- stage: "Tests with proxy"
|
|
name: "Tests with proxy"
|
|
script: npm run test-proxy
|
|
|
|
cache:
|
|
npm: true
|
|
directories:
|
|
- node_modules
|
|
|