From c4d057685b04407f67614d57c0bbd011bcab02da Mon Sep 17 00:00:00 2001 From: Dimitris Zervas Date: Tue, 15 Sep 2020 00:22:03 +0300 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..777559f --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +# This is a basic workflow to help you get started with Actions + +name: Test +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + container: kmkfw/base + + steps: + - uses: actions/checkout@v2 + - run: make test