tests #17
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue