Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: npm install
working-directory: packages/core

- name: Type check
run: npm run build
working-directory: packages/core

- name: Run tests
run: npm run test
working-directory: packages/core
3 changes: 3 additions & 0 deletions .github/workflows/test-mikroorm-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Build core package
run: npm run build --workspace=@nestixis/nestjs-inbox-outbox

- name: Type check MikroORM driver
run: npm run build --workspace=@nestixis/nestjs-inbox-outbox-mikroorm-driver

- name: Run MikroORM driver tests
run: npm test --workspace=@nestixis/nestjs-inbox-outbox-mikroorm-driver
env:
Expand Down