File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
- " ./codecov:/home/cmsuser/cms/codecov"
19
19
privileged : true
20
20
cgroup : host
21
- command : wait-for-it testdb:5432 -- ./_cms -test-internal .sh
21
+ command : wait-for-it testdb:5432 -- .gh_action_data/run -test.sh
22
22
23
23
stresstestcms :
24
24
build : .
@@ -28,7 +28,7 @@ services:
28
28
CMS_CONFIG : /usr/local/etc/cms-testdb.toml
29
29
privileged : true
30
30
cgroup : host
31
- command : wait-for-it testdb:5432 -- ./_cms -stresstest-internal .sh
31
+ command : wait-for-it testdb:5432 -- .gh_action_data/run -stresstest.sh
32
32
33
33
schemadiff :
34
34
build : .
@@ -38,4 +38,4 @@ services:
38
38
CMS_CONFIG : /usr/local/etc/cms-testdb.toml
39
39
privileged : true
40
40
cgroup : host
41
- command : wait-for-it testdb:5432 -- ./_cms -schemadiff-internal .sh
41
+ command : wait-for-it testdb:5432 -- .gh_action_data/run -schemadiff.sh
You can’t perform that action at this time.
0 commit comments