try running test in packages/docs

This commit is contained in:
MapleLeaf
2022-01-11 00:03:55 -06:00
parent e93506409f
commit c436500b3a
2 changed files with 212 additions and 254 deletions

View File

@@ -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 }}