Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Jul 22, 2024
1 parent dc3735a commit d23af9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Prepare CouchDB
run: |
env
echo ${COUCHDB_USER}
export KIVIK_TEST_DSN_COUCH22=http://$COUCHDB_USER:[email protected]:5984/
export KIVIK_TEST_DSN_COUCH22=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couch2.2.0:5984/
./script/complete_couch2.sh ${KIVIK_TEST_DSN_COUCH22}
- name: Run tests
run: |
Expand Down

0 comments on commit d23af9d

Please sign in to comment.