Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 20, 2024
1 parent 1afe205 commit c8d87fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vitest2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
test:
timeout-minutes: 10
timeout-minutes: 20
runs-on: ubuntu-latest

steps:
Expand All @@ -34,6 +34,8 @@ jobs:
packages: |
scheme-basic
luatex
xetex
latexmk
dvisvgm
standalone
pgf
Expand All @@ -59,9 +61,6 @@ jobs:
- name: Install Node.js dependencies
run: pnpm install

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps

- name: Run Vitest tests
run: pnpm test

Expand Down
2 changes: 1 addition & 1 deletion src/handlers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Handles code blocks and code spans. This may involve:
### `MarkdownHandler`

Handles markdown content. It uses external dependencies (as specified by the
user), e.g. [uified](https://unifiedjs.com), to parse markdown content and
user), e.g. [unified](https://unifiedjs.com), to parse markdown content and
convert it to HTML.

### `MathHandler`
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/utils/TexComponent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ describe.concurrent('compile()', () => {
describe.sequential(
// eslint-disable-next-line vitest/valid-describe-callback
'caching',
{ timeout: 300e3, sequential: true, retry: 2 },
{ timeout: 15e3, sequential: true, retry: 2 },
() => {
fixture();
it.each([
Expand Down

0 comments on commit c8d87fa

Please sign in to comment.