Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 29, 2024
1 parent 394683a commit bc77b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ on:

jobs:
check:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['18', '20']

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -40,6 +34,9 @@ jobs:
- name: Linter Test
run: pnpm lint

- name: Docs Test
run: pnpm --filter @vuepress/ecosystem-docs docs:build

- name: Unit Test
run: pnpm test:unit

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Ecosystem Docs

on:
push:
branches:
- main

jobs:
deploy-github-docs:
Expand Down

0 comments on commit bc77b78

Please sign in to comment.