Skip to content

Commit 84f6896

Browse files
committed
fix(ci): do a occ files scan before cron jobs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 9806225 commit 84f6896

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ jobs:
169169
cd ..
170170
rm -rf documentation
171171
172+
- name: Run files scan
173+
run: |
174+
./occ files:scan --all
175+
172176
- name: Setup python 3.11
173177
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
174178
with:

0 commit comments

Comments
 (0)