Skip to content

Commit cc8e6a0

Browse files
committed
test
1 parent 28fc550 commit cc8e6a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
cache: npm
3131
cache-dependency-path: |
3232
plugins/image/service/package-lock.json
33+
- name: build mage service
34+
run: |
35+
cd service
36+
npm ci
37+
npm run build
3338
- name: test with node ${{ matrix.node }}
3439
run: |
3540
cd plugins/image/service
@@ -50,6 +55,11 @@ jobs:
5055
cache: npm
5156
cache-dependency-path: |
5257
plugins/image/service/package-lock.json
58+
- name: build mage service
59+
run: |
60+
cd service
61+
npm ci
62+
npm run build
5363
- name: build
5464
run: |
5565
cd plugins/image/service

0 commit comments

Comments
 (0)