Skip to content

Commit

Permalink
👷 Always run services for coverage to run all specs
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 14, 2024
1 parent 8ee5b9c commit 857e883
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,16 @@ jobs:
### COUCHDB
- name: Start CouchDB
uses: iamssen/couchdb-github-action@master
if: "endsWith(matrix.taskname, 'couch_potato')"
with:
couchdb-version: "3.4.1"
- name: Smoke CouchDB
if: "endsWith(matrix.taskname, 'couch_potato')"
run: |
curl -f http://127.0.0.1:5984/
curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session
### MONGODB
- name: Start MongoDB
uses: supercharge/[email protected]
if: "endsWith(matrix.taskname, 'mongoid')"
with:
mongodb-version: "8.0"

Expand Down

0 comments on commit 857e883

Please sign in to comment.