Skip to content

Commit

Permalink
fix(ci/cluster-faces-test): make more space for photos
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 2, 2023
1 parent 0ba5b57 commit fc489ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cluster-faces-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
run: |
./occ app:enable -vvv ${{ env.APP_NAME }}
- name: Remove unnecessary models to make space
run: |
rm -rf apps/recognize/models
- uses: actions/cache/restore@v3
id: photos-cache
with:
Expand Down

0 comments on commit fc489ed

Please sign in to comment.