mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 07:51:00 +00:00
add another docker test
This commit is contained in:
parent
5c44eaff17
commit
ba32595a43
1 changed files with 3 additions and 0 deletions
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 a new issue