Skip to content

Commit

Permalink
e2e tests should run test site typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 18, 2024
1 parent b1021d1 commit d0719f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ jobs:
working-directory: ../test-website
env:
npm_config_registry: http://localhost:4873
- name: TypeCheck website
working-directory: ../test-website
run: yarn typecheck
- name: Start test-website project
run: pnpm start --no-open
working-directory: ../test-website
Expand Down

0 comments on commit d0719f5

Please sign in to comment.