From 612937885464f6d62e2c46bdb45e8a0b53e707ed Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 22 Jan 2021 14:33:35 +0000 Subject: [PATCH] Reduced Actions script to just linting and testing --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac9856f1..1a0e8a0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,17 +20,17 @@ jobs: run: npx grunt lint - name: Unit Tests run: | - npx grunt test + npm test sudo npx grunt testnodeconsumer - - name: Production Build - run: npx grunt prod - - name: UI Tests - run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build/prod + # - name: Production Build + # run: npx grunt prod + # - name: UI Tests + # run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui + # - name: Deploy + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./build/prod # Once NPM_AUTH_TOKEN set up in repo, uncomment this #- name: Deploy to NPM # run: |