Skip to content

Commit

Permalink
fix(ci): Fix files-scan-test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 5, 2023
1 parent 844b648 commit f802fb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/files-scan-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f802fb3

Please sign in to comment.