Skip to content

Commit d3e2846

Browse files
committed
test
1 parent be15a9e commit d3e2846

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build_test.nga-msi.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ jobs:
3030
cache: npm
3131
cache-dependency-path: |
3232
plugins/nga-msi/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/nga-msi
3641
npm ci
37-
ls
3842
npm test
3943
4044
package:
@@ -51,6 +55,11 @@ jobs:
5155
cache: npm
5256
cache-dependency-path: |
5357
plugins/nga-msi/package-lock.json
58+
- name: build mage service
59+
run: |
60+
cd service
61+
npm ci
62+
npm run build
5463
- name: build
5564
run: |
5665
cd plugins/nga-msi

0 commit comments

Comments
 (0)