This GitHub Action sets up a CouchDB database. The Erlang query server is enabled.
See action.yml and test.yml.
Basic:
steps:
- name: Set up CouchDB
uses: "cobot/couchdb-action@master"
with:
couchdb version: '2.3.1'
- name: Do something
run: |
curl http://127.0.0.1:5984/
The scripts and documentation in this project are released under the MIT License