File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build-test :
9
- runs-on : ubuntu-latest
9
+ runs-on : neodash-runners
10
10
strategy :
11
11
matrix :
12
12
node-version : [18.x]
35
35
browser : chrome
36
36
build-s3 :
37
37
needs : build-test
38
- runs-on : ubuntu-latest
38
+ runs-on : neodash-runners
39
39
strategy :
40
40
matrix :
41
41
node-version : [18.x]
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build-test :
9
- runs-on : ubuntu-latest
9
+ runs-on : neodash-runners
10
10
strategy :
11
11
matrix :
12
12
node-version : [18.x]
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build-test :
9
- runs-on : ubuntu-latest
9
+ runs-on : neodash-runners
10
10
strategy :
11
11
matrix :
12
12
node-version : [18.x]
35
35
browser : chrome
36
36
build-s3 :
37
37
needs : build-test
38
- runs-on : ubuntu-latest
38
+ runs-on : neodash-runners
39
39
strategy :
40
40
matrix :
41
41
node-version : [18.x]
58
58
- run : aws s3 rm s3://neodash.graphapp.io/ --recursive && aws s3 sync dist s3://neodash.graphapp.io/ --acl public-read
59
59
build-docker :
60
60
needs : build-test
61
- runs-on : ubuntu-latest
61
+ runs-on : neodash-runners
62
62
strategy :
63
63
matrix :
64
64
node-version : [18.x]
82
82
tags : ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.3.3
83
83
build-docker-legacy :
84
84
needs : build-test
85
- runs-on : ubuntu-latest
85
+ runs-on : neodash-runners
86
86
strategy :
87
87
matrix :
88
88
node-version : [18.x]
@@ -105,7 +105,7 @@ jobs:
105
105
push : true
106
106
tags : ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.3.3
107
107
deploy-gallery :
108
- runs-on : ubuntu-latest
108
+ runs-on : neodash-runners
109
109
strategy :
110
110
matrix :
111
111
node-version : [18.x]
@@ -126,7 +126,7 @@ jobs:
126
126
- run : aws s3 rm s3://neodash-gallery.graphapp.io/ --recursive && aws s3 sync gallery/build s3://neodash-gallery.graphapp.io/ --acl public-read
127
127
deploy-docs :
128
128
needs : build-test
129
- runs-on : ubuntu-latest
129
+ runs-on : neodash-runners
130
130
steps :
131
131
- name : Trigger Developer Event
132
132
uses : peter-evans/repository-dispatch@main
@@ -136,7 +136,7 @@ jobs:
136
136
event-type : labs
137
137
build-npm :
138
138
needs : build-test
139
- runs-on : ubuntu-latest
139
+ runs-on : neodash-runners
140
140
strategy :
141
141
matrix :
142
142
node-version : [18.x]
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build-test :
9
- runs-on : ubuntu-latest
9
+ runs-on : neodash-runners
10
10
strategy :
11
11
matrix :
12
12
node-version : [18.x]
You can’t perform that action at this time.
0 commit comments