From f8524ff6901a6256f2d0ce90de5819259606dced Mon Sep 17 00:00:00 2001 From: AZMCode Date: Wed, 19 Aug 2020 07:35:36 -0400 Subject: [PATCH] Commented out Test code for future use --- .github/workflows/main.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9707ff8..bf58ff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,22 +2,21 @@ name: CI on: ["push"] jobs: - Test: - runs-on: ubuntu-latest - steps: - - name: Checkout Commit - uses: actions/checkout@v2 - - - name: Setup Node.js environment - uses: actions/setup-node@v2.1.1 - - - name: Install Dependencies - run: npm install - - - name: Run Tests - run: npm run test +# Test: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout Commit +# uses: actions/checkout@v2 +# +# - name: Setup Node.js environment +# uses: actions/setup-node@v2.1.1 +# +# - name: Install Dependencies +# run: npm install +# +# - name: Run Tests +# run: npm run test Build: - needs: Test runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: