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:
1818 - " ./codecov:/home/cmsuser/cms/codecov"
1919 privileged : true
2020 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
2222
2323 stresstestcms :
2424 build : .
@@ -28,7 +28,7 @@ services:
2828 CMS_CONFIG : /usr/local/etc/cms-testdb.toml
2929 privileged : true
3030 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
3232
3333 schemadiff :
3434 build : .
@@ -38,4 +38,4 @@ services:
3838 CMS_CONFIG : /usr/local/etc/cms-testdb.toml
3939 privileged : true
4040 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