Skip to content

Commit

Permalink
Merge pull request #14 from AurelienLourot/quality/ci-examples-run-test
Browse files Browse the repository at this point in the history
qual: run `pnpm run test` in CI instead of tsc directly
  • Loading branch information
magne4000 authored Sep 20, 2023
2 parents 32f01b4 + b964fe9 commit f9941f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
working-directory: ./examples/ssr-spa

- name: Test TypeScript examples/basic
run: pnpm exec tsc --noEmit
run: pnpm run test
working-directory: ./examples/basic
- name: Test TypeScript examples/ssr-spa
run: pnpm exec tsc --noEmit
run: pnpm run test
working-directory: ./examples/ssr-spa

0 comments on commit f9941f8

Please sign in to comment.