Skip to content

Commit 83b7587

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 83b7587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
find . -type f -name "*.rst" -exec bash -c 'mv "$0" "${0%.rst}.txt"' {} \;
169169
cd ..
170170
rm -rf documentation
171+
./occ files:scan --all
171172
172173
- name: Setup python 3.11
173174
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5

0 commit comments

Comments
 (0)