mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 04:38:15 +08:00
22 lines
233 B
YAML
22 lines
233 B
YAML
language: node_js
|
|
|
|
node_js: lts/*
|
|
|
|
services:
|
|
- redis-server
|
|
|
|
install:
|
|
- yarn
|
|
|
|
script:
|
|
- npm run jest
|
|
|
|
after_script:
|
|
- npm install codecov
|
|
- ./node_modules/.bin/codecov
|
|
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|