From f802fb3bd440a7e4cadf856335870c6bc4a895e8 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 5 Oct 2023 16:47:29 +0200 Subject: [PATCH] fix(ci): Fix files-scan-test Signed-off-by: Marcel Klehr --- .github/workflows/files-scan-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/files-scan-test.yml b/.github/workflows/files-scan-test.yml index 2c477527..9468707e 100644 --- a/.github/workflows/files-scan-test.yml +++ b/.github/workflows/files-scan-test.yml @@ -130,9 +130,10 @@ jobs: mkdir -p data/admin/files cp -R apps/${{ env.APP_NAME }}/tests/res/ data/admin/files/ - - name: Set imagenet.enabled + - name: Set imagenet.enabled and concurrency.enabled run: | ./occ config:app:set --value true recognize imagenet.enabled + ./occ config:app:set --value true recognize concurrency.enabled - name: Run scan env: @@ -141,8 +142,8 @@ jobs: ./occ files:scan admin -vvv rm data/admin/files/res/alpine.JPG ./occ files:scan admin -vvv - php cron.php - php cron.php + php cron.php || true + php cron.php || true [ ! -z "$(./occ tag:list)" ] - name: Print logs