Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
database

GitHub Action

Setup CouchDB

v3

Setup CouchDB

database

Setup CouchDB

Set up a CouchDB database as a single node

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup CouchDB

uses: cobot/couchdb-action@v3

Learn more about this action in cobot/couchdb-action

Choose a version

CouchDB GitHub Action

This GitHub Action sets up a CouchDB database.

Usage

See action.yml and test.yml.

Basic:

steps:
  - name: Set up CouchDB
    uses: "cobot/couchdb-action@master"
    with:
      couchdb version: '2.3.1'
      erlang query server: true|false
  - name: Do something
    run: |
      curl http://127.0.0.1:5984/

Contributions

License

The scripts and documentation in this project are released under the MIT License