Remove couchdb service
This commit is contained in:
parent
a4f3db60df
commit
ec9e612284
|
@ -23,15 +23,6 @@ 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