Fix test failure issue

This commit is contained in:
Haritha
2025-04-16 12:20:00 -05:00
committed by GitHub
parent 3d73cee0ea
commit 51471631b5
+3 -1
View File
@@ -62,7 +62,9 @@ jobs:
- name: Test
run: npm test
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Audit packages
run: npm audit --audit-level=high
if: ${{inputs.enable-audit}}
if: ${{inputs.enable-audit}}