Update docker-image.yml

This commit is contained in:
Yûki VACHOT 2022-01-18 18:01:19 +01:00 committed by GitHub
parent 9681222b9d
commit 21dd75bf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build docker images
run: docker-compose build test
- name: Run tests
run: docker-compose run test