Skip to content

Commit

Permalink
ci(all): enabled test for ng 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens authored and SuperITMan committed Sep 19, 2024
1 parent 90aa011 commit 4334fdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:
- name: Linting and testing
run: |
npm run lint:all
# npm run test:ci:all // comand remove due to incomability node18 and angular12
npm run test:ci
npm run test:ci:demo:ng-latest
npm run test:ci:all
- name: Generate docs coverage
run: npm run docs:coverage
Expand Down

0 comments on commit 4334fdb

Please sign in to comment.