Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 17, 2023
1 parent c5764c6 commit 8eb6799
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
test:
timeout-minutes: 20
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -36,7 +36,7 @@ jobs:
node_version: 18
- os: windows-latest
node_version: 18
fail-fast: true
fail-fast: false

name: 'Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'

Expand Down Expand Up @@ -76,7 +76,6 @@ jobs:
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

- name: Install Playwright
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
run: pnpx playwright@1.39.0 install chromium

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.5",
"vitest-e2e": "^0.0.9"
"vitest-e2e": "^0.0.10"
},
"engines": {
"node": ">=16.0.0"
Expand Down
19 changes: 14 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8eb6799

Please sign in to comment.