From 66500d7052f8ca0cbcd01fc372abf730356b468f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:40:19 +0530 Subject: [PATCH] Removes github actions config file --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 4329f25c7..000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: validation -on: [push] - -jobs: - test: - name: Validation - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - - name: Use Node.js 14.x - uses: actions/setup-node@v1 - with: - node-version: 14.x - - - name: Install dependencies - run: yarn - - - name: Test and verify domains - run: CI=true yarn test