Skip to content

Commit 8e95cae

Browse files
committed
dev: fixed tests with Oracle(3)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent a7e0d78 commit 8e95cae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)