@@ -30,39 +30,44 @@ jobs:
3030 cache : npm
3131 cache-dependency-path : |
3232 plugins/arcgis/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 20
3439 run : |
3540 cd plugins/arcgis/service
36- npm i
41+ npm ci
3742 npm link ../../../service
3843 npm test
3944
40- package :
41- name : package plugin arcgis.service
42- needs : [config, test]
43- runs-on : ubuntu-latest
44- steps :
45- - name : checkout
46- uses : actions/checkout@v3
47- - name : setup node
48- uses : actions/setup-node@v3
49- with :
50- node-version : ${{ needs.config.outputs.node_versions-lts }}
51- cache : npm
52- cache-dependency-path : |
53- plugins/arcgis/service/package-lock.json
54- - name : build
55- run : |
56- cd plugins/arcgis/service
57- npm ci
58- ls
59- npm link ../../../service
60- npm run build
61- - name : pack
62- run : npm pack ./plugins/arcgis/service
63- - name : upload package
64- uses : actions/upload-artifact@v4
65- with :
66- name : arcgis.service-artifacts
67- path : |
68- ngageoint-mage.*.tgz
45+ # package:
46+ # name: package plugin arcgis.service
47+ # needs: [config, test]
48+ # runs-on: ubuntu-latest
49+ # steps:
50+ # - name: checkout
51+ # uses: actions/checkout@v3
52+ # - name: setup node
53+ # uses: actions/setup-node@v3
54+ # with:
55+ # node-version: ${{ needs.config.outputs.node_versions-lts }}
56+ # cache: npm
57+ # cache-dependency-path: |
58+ # plugins/arcgis/service/package-lock.json
59+ # - name: build
60+ # run: |
61+ # cd plugins/arcgis/service
62+ # npm ci
63+ # ls
64+ # npm link ../../../service
65+ # npm run build
66+ # - name: pack
67+ # run: npm pack ./plugins/arcgis/service
68+ # - name: upload package
69+ # uses: actions/upload-artifact@v4
70+ # with:
71+ # name: arcgis.service-artifacts
72+ # path: |
73+ # ngageoint-mage.*.tgz
0 commit comments