File tree Expand file tree Collapse file tree 6 files changed +21
-16
lines changed
Expand file tree Collapse file tree 6 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 1010 - plugins/arcgis/service/**
1111
1212jobs :
13+
1314 config :
1415 uses : ./.github/workflows/config.yaml
1516
1617 test :
1718 name : test plugin arcgis.service
18- needs : [config]
19+ needs : [ config ]
1920 runs-on : ubuntu-latest
2021 strategy :
2122 matrix :
3839
3940 package :
4041 name : package plugin arcgis.service
41- needs : [config, test]
42+ needs : [ config, test ]
4243 runs-on : ubuntu-latest
4344 steps :
4445 - name : checkout
5859 - name : pack
5960 run : npm pack ./plugins/arcgis/service
6061 - name : upload package
61- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v3
6263 with :
6364 name : arcgis.service-artifacts
6465 path : |
Original file line number Diff line number Diff line change 1010 - plugins/arcgis/web-app/**
1111
1212jobs :
13+
1314 config :
1415 uses : ./.github/workflows/config.yaml
1516
4142 run : |
4243 npm pack ./plugins/arcgis/web-app/dist/main
4344 - name : upload packages
44- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v3
4546 with :
4647 name : arcgis.web-app-artifacts
4748 path : |
4849 ngageoint-mage.arcgis.web-app-*.tgz
50+
Original file line number Diff line number Diff line change 1010 - plugins/image/service/**
1111
1212jobs :
13+
1314 config :
1415 uses : ./.github/workflows/config.yaml
1516
1617 test :
1718 name : test plugin image.service
18- needs : [config]
19+ needs : [ config ]
1920 runs-on : ubuntu-latest
2021 strategy :
2122 matrix :
3839
3940 package :
4041 name : package plugin image.service
41- needs : [config, test]
42+ needs : [ config, test ]
4243 runs-on : ubuntu-latest
4344 steps :
4445 - name : checkout
5859 - name : pack
5960 run : npm pack ./plugins/image/service
6061 - name : upload package
61- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v3
6263 with :
6364 name : image.service-artifacts
6465 path : |
Original file line number Diff line number Diff line change 1010 - plugins/nga-msi/**
1111
1212jobs :
13+
1314 config :
1415 uses : ./.github/workflows/config.yaml
1516
1617 test :
1718 name : test plugin nga-msi
18- needs : [config]
19+ needs : [ config ]
1920 runs-on : ubuntu-latest
2021 strategy :
2122 matrix :
3839
3940 package :
4041 name : package plugin nga-msi
41- needs : [config, test]
42+ needs : [ config, test ]
4243 runs-on : ubuntu-latest
4344 steps :
4445 - name : checkout
5859 - name : pack
5960 run : npm pack ./plugins/nga-msi
6061 - name : upload package
61- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v3
6263 with :
6364 name : nga-msi-artifacts
6465 path : |
65- ngageoint-mage.*.tgz
66+ ngageoint-mage.*.tgz
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636 - name : package
3737 run : npm pack ./service
3838 - name : upload package
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v3
4040 with :
4141 name : mage.service-artifacts
4242 path : |
4343 ngageoint-mage.service-*.tgz
4444
4545 test :
4646 name : test mage service
47- needs : [config, build]
47+ needs : [ config, build ]
4848 runs-on : ubuntu-latest
4949 strategy :
5050 matrix :
7676 run : |
7777 cd service
7878 npm run ci:test
79- # TODO: restore coveralls test coverage report - see buildAndTest.yml
79+ # TODO: restore coveralls test coverage report - see buildAndTest.yml
Original file line number Diff line number Diff line change 4141 npm pack ./web-app/dist/core-lib
4242 npm pack ./web-app/dist
4343 - name : upload packages
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v3
4545 with :
4646 name : mage.web-app-artifacts
4747 path : |
48- ngageoint-mage.*.tgz
48+ ngageoint-mage.*.tgz
You can’t perform that action at this time.
0 commit comments