Skip to content

Commit

Permalink
fix: try setting COUCHDB_SEQ
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Apr 19, 2024
1 parent 6242af2 commit 3f9024a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
COUCHDB_HOST: "couchdb"
COUCHDB_PORT: 5984
COUCHDB_SECURE: false
COUCHDB_SEQ: /tmp/couchdb/sequence_path.txt
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 3f9024a

Please sign in to comment.