Update docker-image.yml
This commit is contained in:
parent
9681222b9d
commit
21dd75bf0e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue