File tree 2 files changed +3
-12
lines changed
docs/.vitepress/components/api-docs
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ jobs:
110
110
111
111
e2e-test :
112
112
runs-on : ubuntu-latest
113
- timeout-minutes : 15
113
+ container : cypress/browsers:node18.12.0-chrome107
114
+ timeout-minutes : 10
114
115
name : ' E2E Doc Test: node-18, ubuntu-latest'
115
116
steps :
116
117
- name : Checkout
@@ -121,11 +122,6 @@ jobs:
121
122
with :
122
123
version : 7
123
124
124
- - name : Set node version to 18
125
- uses : actions/setup-node@v3
126
- with :
127
- node-version : 18
128
-
129
125
- name : Install deps
130
126
run : pnpm install
131
127
@@ -134,11 +130,6 @@ jobs:
134
130
135
131
- id : e2e
136
132
name : Run e2e
137
- run : timeout 5m pnpm run docs:test:e2e:run
138
- continue-on-error : true
139
-
140
- - name : Run e2e (2nd attempt)
141
- if : ${{ steps.e2e.outcome != 'success' }}
142
133
run : pnpm run docs:test:e2e:run
143
134
144
135
lint :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function seeAlsoToUrl(see: string): string {
44
44
:href =" seeAlsoToUrl(seeAlso)"
45
45
v-html =" seeAlso"
46
46
/>
47
- <template v-else v-html =" seeAlso " />
47
+ <div v-else v-html =" seeAlso" />
48
48
</li >
49
49
</ul >
50
50
</div >
You can’t perform that action at this time.
0 commit comments