File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,17 @@ jobs:
17
17
check_all_english_links :
18
18
name : Check all links
19
19
if : github.repository == 'github/docs-internal'
20
- runs-on : self-hosted
20
+ runs-on : ubuntu-20.04-xl
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
23
23
FIRST_RESPONDER_PROJECT : Docs content first responder
24
24
REPORT_AUTHOR : docubot
25
25
REPORT_LABEL : broken link report
26
26
REPORT_REPOSITORY : github/docs-content
27
27
steps :
28
+ - name : Check that gh CLI is installed
29
+ run : gh --version
30
+
28
31
- name : Check out repo's default branch
29
32
uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
30
33
- name : Setup Node
60
63
DISABLE_REWRITE_ASSET_URLS : true
61
64
run : |
62
65
node server.mjs > /tmp/stdout.log 2> /tmp/stderr.log &
63
- sleep 5
64
- curl --retry-connrefused --retry 4 -I http://localhost:4000/
66
+ sleep 6
67
+ curl --retry-connrefused --retry 5 -I http://localhost:4000/
65
68
66
69
- if : ${{ failure() }}
67
70
name : Debug server outputs on errors
You can’t perform that action at this time.
0 commit comments