You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/visual-regression-checker.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,11 @@ network:
35
35
- playwright
36
36
- local
37
37
- node
38
+
jobs:
39
+
agent:
40
+
timeout-minutes: 15
38
41
safe-outputs:
42
+
timeout-minutes: 10
39
43
add-comment:
40
44
max: 1
41
45
timeout-minutes: 15
@@ -54,10 +58,12 @@ steps:
54
58
55
59
- name: Install dependencies
56
60
working-directory: ./docs
61
+
timeout-minutes: 5
57
62
run: npm ci
58
63
59
64
- name: Build documentation
60
65
working-directory: ./docs
66
+
timeout-minutes: 5
61
67
run: npm run build
62
68
63
69
- name: Start docs server
@@ -70,6 +76,7 @@ steps:
70
76
71
77
- name: Wait for server readiness
72
78
# runner-guard:ignore RGS-012 -- loopback-only port/readiness checks for the docs server started in this job; no external network or secrets are involved.
0 commit comments