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 10b3d5e commit 30948ceCopy full SHA for 30948ce
.github/workflows/CICD.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Unit tests
13
run: |
14
- npm install
+ npm ci
15
npm run test
16
17
build:
0 commit comments