Update docker-image.yml
This commit is contained in:
parent
bb94900021
commit
807145d9e1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
name: Run Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build docker images
|
||||
run: docker-compose build
|
||||
- name: Run tests
|
||||
run: docker-compose run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue