From 939e5e7fdce5ddab61309f7e988d3acc98796e89 Mon Sep 17 00:00:00 2001 From: Junv Date: Fri, 14 Feb 2020 14:50:35 +1100 Subject: [PATCH] add action script --- .github/workflows/dockerimage.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dockerimage.yml diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml new file mode 100644 index 0000000..8457e5e --- /dev/null +++ b/.github/workflows/dockerimage.yml @@ -0,0 +1,14 @@ +name: Docker + +on: [push] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Run compose + run: docker-compose run spike go test ./...