add test for out-of-tree tsc project

This commit is contained in:
Nicholas Bollweg
2024-09-01 16:40:12 -05:00
parent 1b7433b637
commit 0b672e2636
4 changed files with 182 additions and 1 deletions

View File

@@ -38,6 +38,10 @@ jobs:
run: |
pnpm exec vitest run ./packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts --coverage
- name: Verify out-of-tree build with TypeScript
run: |
pnpm test:check:tsc
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
# Run step only pushes to develop and pull_requests