tests #17

Merged
Fabel merged 14 commits from tests into develop 2024-11-01 07:46:03 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 02eb366eba - Show all commits

View File

@ -37,8 +37,8 @@ jobs:
# Download and unzip model # Download and unzip model
- name: Download model - name: Download model
run: | run: |
curl -L -o VeraMind-Mini.zip https://gitea.fabelous.app/Fabel/VeraMind/releases/download/0.1/VeraMind-Mini.zip curl -L -o VeraMind-Mini.zip https://gitea.fabelous.app/Fabel/VeraMind/releases/download/latest/VeraMind-Mini.zip
unzip VeraMind-Mini.zip -d ./model unzip VeraMind-Mini.zip -d ./VeraMind-mini
# Run tests # Run tests
- name: Run tests - name: Run tests
run: | run: |