This commit is contained in:
Justin Hammond 2020-01-22 14:41:08 +08:00
parent d7bc41e54a
commit 703e1d7c65

16
.github/workflows/prbuildtest.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Docker Image Build
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
with:
fetch-depth: 1 # shallow clone
- name: Build Docker Image
run: docker build . --file Docker/Dockerfile