Skip to content

joelnb/couchdb-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CouchDB GitHub Action

This GitHub Action sets up a CouchDB database using the default docker image for the version requested.

Usage

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:https://127.0.0.1:5984/

Contributions

License

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

About

Run CouchDB in a GitHub workflow.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 92.0%
  • Dockerfile 8.0%