File tree 6 files changed +16
-21
lines changed
6 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 10
10
- plugins/arcgis/service/**
11
11
12
12
jobs :
13
-
14
13
config :
15
14
uses : ./.github/workflows/config.yaml
16
15
17
16
test :
18
17
name : test plugin arcgis.service
19
- needs : [ config ]
18
+ needs : [config]
20
19
runs-on : ubuntu-latest
21
20
strategy :
22
21
matrix :
39
38
40
39
package :
41
40
name : package plugin arcgis.service
42
- needs : [ config, test ]
41
+ needs : [config, test]
43
42
runs-on : ubuntu-latest
44
43
steps :
45
44
- name : checkout
59
58
- name : pack
60
59
run : npm pack ./plugins/arcgis/service
61
60
- name : upload package
62
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
63
62
with :
64
63
name : arcgis.service-artifacts
65
64
path : |
Original file line number Diff line number Diff line change 10
10
- plugins/arcgis/web-app/**
11
11
12
12
jobs :
13
-
14
13
config :
15
14
uses : ./.github/workflows/config.yaml
16
15
42
41
run : |
43
42
npm pack ./plugins/arcgis/web-app/dist/main
44
43
- name : upload packages
45
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
46
45
with :
47
46
name : arcgis.web-app-artifacts
48
47
path : |
49
48
ngageoint-mage.arcgis.web-app-*.tgz
50
-
Original file line number Diff line number Diff line change 10
10
- plugins/image/service/**
11
11
12
12
jobs :
13
-
14
13
config :
15
14
uses : ./.github/workflows/config.yaml
16
15
17
16
test :
18
17
name : test plugin image.service
19
- needs : [ config ]
18
+ needs : [config]
20
19
runs-on : ubuntu-latest
21
20
strategy :
22
21
matrix :
39
38
40
39
package :
41
40
name : package plugin image.service
42
- needs : [ config, test ]
41
+ needs : [config, test]
43
42
runs-on : ubuntu-latest
44
43
steps :
45
44
- name : checkout
59
58
- name : pack
60
59
run : npm pack ./plugins/image/service
61
60
- name : upload package
62
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
63
62
with :
64
63
name : image.service-artifacts
65
64
path : |
Original file line number Diff line number Diff line change 10
10
- plugins/nga-msi/**
11
11
12
12
jobs :
13
-
14
13
config :
15
14
uses : ./.github/workflows/config.yaml
16
15
17
16
test :
18
17
name : test plugin nga-msi
19
- needs : [ config ]
18
+ needs : [config]
20
19
runs-on : ubuntu-latest
21
20
strategy :
22
21
matrix :
39
38
40
39
package :
41
40
name : package plugin nga-msi
42
- needs : [ config, test ]
41
+ needs : [config, test]
43
42
runs-on : ubuntu-latest
44
43
steps :
45
44
- name : checkout
59
58
- name : pack
60
59
run : npm pack ./plugins/nga-msi
61
60
- name : upload package
62
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
63
62
with :
64
63
name : nga-msi-artifacts
65
64
path : |
66
- ngageoint-mage.*.tgz
65
+ ngageoint-mage.*.tgz
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
- name : package
37
37
run : npm pack ./service
38
38
- name : upload package
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : mage.service-artifacts
42
42
path : |
43
43
ngageoint-mage.service-*.tgz
44
44
45
45
test :
46
46
name : test mage service
47
- needs : [ config, build ]
47
+ needs : [config, build]
48
48
runs-on : ubuntu-latest
49
49
strategy :
50
50
matrix :
76
76
run : |
77
77
cd service
78
78
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 41
41
npm pack ./web-app/dist/core-lib
42
42
npm pack ./web-app/dist
43
43
- name : upload packages
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : mage.web-app-artifacts
47
47
path : |
48
- ngageoint-mage.*.tgz
48
+ ngageoint-mage.*.tgz
You can’t perform that action at this time.
0 commit comments