Skip to content

Commit 8684d31

Browse files
committed
tests: Add --verbose flag to cron run and make sure deletion is actually processed in queue
Signed-off-by: Marcel Klehr <[email protected]>
1 parent bac8ee2 commit 8684d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/files-scan-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,10 @@ jobs:
140140
GITHUB_REF: ${{ github.ref }}
141141
run: |
142142
./occ files:scan admin -vvv
143+
for run in {1..100}; do php cron.php -v; done
143144
rm data/admin/files/res/alpine.JPG
144145
./occ files:scan admin -vvv
145-
for run in {1..100}; do php cron.php; done
146+
for run in {1..100}; do php cron.php -v; done
146147
[ ! -z "$(./occ tag:list)" ]
147148
148149
- name: Print tags

0 commit comments

Comments
 (0)