We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a2f86 commit d3631c0Copy full SHA for d3631c0
.github/workflows/CICD.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Unit tests
13
run: |
14
- npm i --save-exact
+ npm ci
15
npm run test
16
17
build:
.gitignore
@@ -26,4 +26,4 @@ logs
26
.pytest_cache
27
__snapshots__
28
coverage
29
-package-lock.json
+# package-lock.json
0 commit comments