From 8ee0affbd7abd25324e0df67897c2ec459171598 Mon Sep 17 00:00:00 2001 From: cantoniazzi Date: Sat, 20 Mar 2021 13:08:16 -0300 Subject: [PATCH] adds ci config --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9deadf0 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: main + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + unit-test: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: install + run: cp .env_sample .env + run: make docker/build