mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-24 08:02:18 +02:00
add another docker test
This commit is contained in:
parent
5c44eaff17
commit
ba32595a43
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@ -53,3 +53,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Docker build
|
||||
run: docker build -t libretranslate .
|
||||
|
||||
- name: Docker build with some models
|
||||
run: docker build -t libretranslate --build-args models=en,es .
|
||||
|
Loading…
Reference in New Issue
Block a user