From f7bafbf6f3252e7da6a90073ea808c20c083bc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Tue, 18 Jan 2022 17:53:23 +0100 Subject: [PATCH] Create docker-image.yml --- .github/workflows/docker-image.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..4d69753 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -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