Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
test:
name: Lint, Unit, Circular dependencies & Examples testing
name: Lint, Unit, Unit addons, Circular dependencies & Examples testing
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand All @@ -31,6 +31,9 @@ jobs:
- name: === Unit testing ===
run: npm run test-unit

- name: === Unit addons testing ===
run: npm run test-unit-addons

- name: === Circular dependencies testing ===
run: npm run test-circular-deps

Expand Down
Loading