You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup CouchDB
v3
This GitHub Action sets up a CouchDB database.
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/
The scripts and documentation in this project are released under the MIT License