Add services back
This commit is contained in:
parent
83d06121d7
commit
5facf28e85
|
@ -23,6 +23,15 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
services:
|
||||||
|
couchdb:
|
||||||
|
image: ibmcom/couchdb3
|
||||||
|
env:
|
||||||
|
COUCHDB_PASSWORD: budibase
|
||||||
|
COUCHDB_USER: budibase
|
||||||
|
ports:
|
||||||
|
- 4567:5984
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
|
|
Loading…
Reference in New Issue