We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32f712 commit 3fd55a2Copy full SHA for 3fd55a2
tests/sauce-docs-checker/index.js
@@ -12,7 +12,7 @@ let moment = require('moment');
12
const core = require('@actions/core');
13
14
let wiki_url = 'https://wiki.saucelabs.com';
15
-let docs_url = 'http://localhost:8000/';
+let docs_url = 'http://127.0.0.1:8000/';
16
let result = {};
17
let wiki_result = {};
18
let wiki_map = {};
tests/sauce-docs-checker/package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "start": "wait-on http://localhost:8000 && node index.js"
+ "start": "wait-on http://127.0.0.1:8000 && node index.js"
8
},
9
"repository": {
10
"type": "git",
0 commit comments