We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a71fd commit 9f22941Copy full SHA for 9f22941
.github/workflows/node.js.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Create local config for tests
33
run: |
34
- echo 'module.exports = { usersDbConnection: { url: "https://localhost:6984" }};' > config/local.js
+ echo 'module.exports = { usersDbConnection: { url: "http://localhost:5984" }};' > config/local.js
35
36
- name: Run Integration tests
37
run: DEBUG=replay* npm run coverage || echo 'Test run failed replay no longer is working with latest nano which uses node fetch'
0 commit comments