Skip to content

Commit d3631c0

Browse files
test npm ci
1 parent 04a2f86 commit d3631c0

File tree

3 files changed

+12922
-2
lines changed

3 files changed

+12922
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Unit tests
1313
run: |
14-
npm i --save-exact
14+
npm ci
1515
npm run test
1616
1717
build:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ logs
2626
.pytest_cache
2727
__snapshots__
2828
coverage
29-
package-lock.json
29+
# package-lock.json

0 commit comments

Comments
 (0)