From d5f41bf4add31820f6e9acb0845b9473a05c80f5 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 9 Mar 2020 10:49:50 -0400 Subject: [PATCH] Fixed CI --- .github/ci.yml | 13 +++++++++++++ .github/workflows/ci/action.yml | 2 -- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .github/ci.yml diff --git a/.github/ci.yml b/.github/ci.yml new file mode 100644 index 00000000..35836a8f --- /dev/null +++ b/.github/ci.yml @@ -0,0 +1,13 @@ +name: CI + +on: [push, pull_request] + +jobs: + + build: + name: Create artifacts + runs-on: ubuntu-latest + + steps: + - uses: ./.github/workflows/ci/ + diff --git a/.github/workflows/ci/action.yml b/.github/workflows/ci/action.yml index 60e01530..e1dc35a0 100644 --- a/.github/workflows/ci/action.yml +++ b/.github/workflows/ci/action.yml @@ -1,7 +1,5 @@ name: CI -on: [push, pull_request] - jobs: build: