Create docker-image.yml
This commit is contained in:
parent
833091a54b
commit
f7bafbf6f3
1 changed files with 16 additions and 0 deletions
16
.github/workflows/docker-image.yml
vendored
Normal file
16
.github/workflows/docker-image.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Run Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run tests
|
||||
run: docker-compose run test
|
||||
Loading…
Add table
Add a link
Reference in a new issue