diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a0e43..44d21fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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