Skip to content

Commit

Permalink
Merge branch 'next' into feat/modules/airline/add-airline-module
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jan 30, 2023
2 parents ea7d931 + 05d6eb4 commit b2ebec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:

e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 15
container: cypress/browsers:node18.12.0-chrome107
timeout-minutes: 10
name: 'E2E Doc Test: node-18, ubuntu-latest'
steps:
- name: Checkout
Expand All @@ -121,11 +122,6 @@ jobs:
with:
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install deps
run: pnpm install

Expand All @@ -134,11 +130,6 @@ jobs:

- id: e2e
name: Run e2e
run: timeout 5m pnpm run docs:test:e2e:run
continue-on-error: true

- name: Run e2e (2nd attempt)
if: ${{ steps.e2e.outcome != 'success' }}
run: pnpm run docs:test:e2e:run

lint:
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/components/api-docs/method.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function seeAlsoToUrl(see: string): string {
:href="seeAlsoToUrl(seeAlso)"
v-html="seeAlso"
/>
<template v-else v-html="seeAlso" />
<div v-else v-html="seeAlso" />
</li>
</ul>
</div>
Expand Down

0 comments on commit b2ebec8

Please sign in to comment.