Skip to content

Commit 9f22941

Browse files
committed
reduce diff
1 parent 83a71fd commit 9f22941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Create local config for tests
3333
run: |
34-
echo 'module.exports = { usersDbConnection: { url: "https://localhost:6984" }};' > config/local.js
34+
echo 'module.exports = { usersDbConnection: { url: "http://localhost:5984" }};' > config/local.js
3535
3636
- name: Run Integration tests
3737
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

Comments
 (0)