Skip to content

Commit

Permalink
fix(CI)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 5, 2024
1 parent 5d67a34 commit 5672675
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/files-scan-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,14 @@ jobs:
./occ files:scan admin -vvv
rm data/admin/files/res/alpine.JPG
./occ files:scan admin -vvv
php cron.php || true
php cron.php || true
for run in {1..100}; do php cron.php; sleep 10; done
[ ! -z "$(./occ tag:list)" ]
- name: Print tags
if: always()
run: |
./occ tag:list
- name: Print logs
if: always()
run: |
Expand Down

0 comments on commit 5672675

Please sign in to comment.