chore(ci): audit check fix
Some checks failed
Test / Build-production-and-ng-test (push) Failing after 2m22s
Test / Build-and-test-development-latest-adapter (push) Has been cancelled
Test / Build-and-test-development (push) Has been cancelled

This commit is contained in:
Mihajlo Medjedovic 2023-10-12 08:26:35 +02:00
parent a05007416a
commit 112b1d0da4

View File

@ -39,11 +39,11 @@ jobs:
- name: Check audit
# Audit should fail and stop the CI if critical vulnerability found
run: |
npm audit --audit-level=critical --production
npm audit --audit-level=critical --omit=dev
cd ./sas
npm audit --audit-level=critical --production
cd ./client
npm audit --audit-level=critical --production
npm audit --audit-level=critical --omit=dev
cd ../client
npm audit --audit-level=critical --omit=dev
- name: Angular Tests
run: |