Add test for docker build

This commit is contained in:
Sébastien Thuret 2022-04-06 14:10:41 +02:00
parent 8d602a80c3
commit c42740f6d1
No known key found for this signature in database
GPG key ID: 230B93BBA62CB043

View file

@ -14,7 +14,7 @@ on:
jobs:
tests:
tests_python:
runs-on: ubuntu-latest
strategy:
matrix:
@ -44,3 +44,12 @@ jobs:
- name: Test with pytest
run: pytest -v
test_docker_build:
needs: [ tests_python ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docker build
run: docker build -t libretranslate .