mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
add more
Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
522f2e5e0a
commit
3053f773b6
1 changed files with 20 additions and 0 deletions
20
.github/workflows/test-extra.yml
vendored
20
.github/workflows/test-extra.yml
vendored
|
@ -332,6 +332,26 @@ jobs:
|
||||||
uses: ./.github/workflows/report_status.yaml
|
uses: ./.github/workflows/report_status.yaml
|
||||||
with:
|
with:
|
||||||
job_name: tests-parler-tts
|
job_name: tests-parler-tts
|
||||||
|
- name: Report Status for tests-transformers
|
||||||
|
uses: ./.github/workflows/report_status.yaml
|
||||||
|
with:
|
||||||
|
job_name: tests-transformers
|
||||||
|
- name: Report Status for tests-transformers-musicgen
|
||||||
|
uses: ./.github/workflows/report_status.yaml
|
||||||
|
with:
|
||||||
|
job_name: tests-transformers-musicgen
|
||||||
|
- name: Report Status for tests-sentencetransformers
|
||||||
|
uses: ./.github/workflows/report_status.yaml
|
||||||
|
with:
|
||||||
|
job_name: tests-sentencetransformers
|
||||||
|
- name: Report Status for tests-rerankers
|
||||||
|
uses: ./.github/workflows/report_status.yaml
|
||||||
|
with:
|
||||||
|
job_name: tests-rerankers
|
||||||
|
- name: Report Status for tests-vallex
|
||||||
|
uses: ./.github/workflows/report_status.yaml
|
||||||
|
with:
|
||||||
|
job_name: tests-vallex
|
||||||
- name: Report Success
|
- name: Report Success
|
||||||
run: |
|
run: |
|
||||||
echo "test-extra successfully completed"
|
echo "test-extra successfully completed"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue