ci: temporarily skip audit

This commit is contained in:
Zoltan Kochan
2022-01-16 01:47:17 +02:00
parent cdada58d27
commit 3e856bf637

View File

@@ -39,8 +39,8 @@ jobs:
run: pnpm add --global npm@7
- name: pnpm install
run: pnpm install
- name: Audit
run: pnpm audit
# - name: Audit
# run: pnpm audit
- name: run tests (main)
if: github.ref == 'refs/heads/main'
run: pnpm run test-main