File tree Expand file tree Collapse file tree 3 files changed +24
-17
lines changed
Expand file tree Collapse file tree 3 files changed +24
-17
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+ on : [push, pull_request]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ strategy :
7+ matrix :
8+ node-version : [13.x,15.x]
9+ steps :
10+ - uses : actions/checkout@v2
11+ - name : Use Node.js ${{ matrix.node-version }}
12+ uses : actions/setup-node@v1
13+ with :
14+ node-version : ${{ matrix.node-version }}
15+ - name : Start Redis
16+ uses : supercharge/redis-github-action@1.1.0
17+ with :
18+ redis-version : ' 5'
19+ - name : Setup Rabbitmq
20+ uses : nijel/rabbitmq-action@v1.0.0
21+ - run : sleep 30
22+ - run : npm ci
23+ - run : npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Feathers sync
22
3- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/feathersjs-ecosystem/feathers-sync.svg )] ( https://greenkeeper.io/ )
4-
5- [ ![ Build Status] ( https://travis-ci.org/feathersjs-ecosystem/feathers-sync.png?branch=master )] ( https://travis-ci.org/feathersjs-ecosystem/feathers-sync )
3+ [ ![ CI] ( https://github.com/feathersjs-ecosystem/feathers-sync/workflows/CI/badge.svg )] ( https://github.com/feathersjs-ecosystem/feathers-sync/actions?query=workflow%3ACI )
64[ ![ Dependency Status] ( https://img.shields.io/david/feathersjs-ecosystem/feathers-sync.svg?style=flat-square )] ( https://david-dm.org/feathersjs-ecosystem/feathers-sync )
75[ ![ Download Status] ( https://img.shields.io/npm/dm/feathers-sync.svg?style=flat-square )] ( https://www.npmjs.com/package/feathers-sync )
8- [ ![ Slack Status] ( http://slack.feathersjs.com/badge.svg )] ( http://slack.feathersjs.com )
96
107> Synchronize service events between application instances
118
You can’t perform that action at this time.
0 commit comments