Browse Source

Reduced Actions script to just linting and testing

n1474335 4 years ago
parent
commit
6129378854
1 changed files with 10 additions and 10 deletions
  1. 10 10
      .github/workflows/main.yml

+ 10 - 10
.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: |