Skip to content

Commit 28fc550

Browse files
committed
test
1 parent 746cca8 commit 28fc550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.image.service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: test with node ${{ matrix.node }}
3434
run: |
3535
cd plugins/image/service
36-
npm ci --omit=optional --no-fund --no-audit --ignore-scripts
36+
npm install --force
3737
npm test
3838
3939
package:
@@ -53,7 +53,7 @@ jobs:
5353
- name: build
5454
run: |
5555
cd plugins/image/service
56-
npm ci --omit=optional --no-fund --no-audit --ignore-scripts
56+
npm install --force
5757
npm run build
5858
- name: pack
5959
run: npm pack ./plugins/image/service

0 commit comments

Comments
 (0)