File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
136136 --host 127.0.0.1 --port 9002 \
137137 --secret $app_secret \
138- -e --force-scopes
138+ -e --force-scopes --system-app
139139 kill -9 $(cat /tmp/_install.pid)
140140
141141 - name : Generate coverage report
@@ -264,7 +264,7 @@ jobs:
264264 php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
265265 --host 127.0.0.1 --port 9002 \
266266 --secret $app_secret \
267- -e --force-scopes
267+ -e --force-scopes --system-app
268268 kill -9 $(cat /tmp/_install.pid)
269269
270270 - name : Generate coverage report
@@ -389,7 +389,7 @@ jobs:
389389 php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
390390 --host 127.0.0.1 --port 9002 \
391391 --secret $app_secret \
392- -e --force-scopes
392+ -e --force-scopes --system-app
393393 kill -9 $(cat /tmp/_install.pid)
394394
395395 - name : Generate coverage report
You can’t perform that action at this time.
0 commit comments