try running test in packages/docs
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -14,7 +14,11 @@ jobs:
|
||||
run-scripts:
|
||||
strategy:
|
||||
matrix:
|
||||
script: [test, lint, typecheck, build]
|
||||
script:
|
||||
- -C packages/docs test
|
||||
# - lint
|
||||
# - typecheck
|
||||
# - build
|
||||
fail-fast: false
|
||||
name: ${{ matrix.script }}
|
||||
runs-on: ubuntu-latest
|
||||
@@ -26,4 +30,4 @@ jobs:
|
||||
node-version: "16"
|
||||
- run: npm i -g pnpm
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run --recursive --parallel ${{ matrix.script }}
|
||||
- run: pnpm run ${{ matrix.script }}
|
||||
|
||||
Reference in New Issue
Block a user