You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2019/08/14 04:34:39 UTC

[cordova-common] 04/04: Comment out tests while testing eslint

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch ci-workflow
in repository https://gitbox.apache.org/repos/asf/cordova-common.git

commit 009c9950da31dfb776a9aca2917c76c033d3151f
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Tue Aug 13 21:34:16 2019 -0700

    Comment out tests while testing eslint
---
 .github/workflows/main.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 855ab44..7fef5b3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,24 +45,24 @@ jobs:
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
-  test:
-    name: NodeJS ${{ matrix.node_version }} on ${{ matrix.os }}
-    runs-on: ${{ matrix.os }}
-    strategy:
-      matrix:
-        node_version: [6, 8, 10, 12]
-        os: [ubuntu-latest, windows-latest, macos-latest]
+# test:
+#   name: NodeJS ${{ matrix.node_version }} on ${{ matrix.os }}
+#   runs-on: ${{ matrix.os }}
+#   strategy:
+#     matrix:
+#       node_version: [6, 8, 10, 12]
+#       os: [ubuntu-latest, windows-latest, macos-latest]
 
-    steps:
-      - uses: actions/checkout@v1
+#   steps:
+#     - uses: actions/checkout@v1
 
-      - name: Use Node.js ${{ matrix.node_version }}
-        uses: actions/setup-node@v1
-        with:
-          version: ${{ matrix.node_version }}
+#     - name: Use Node.js ${{ matrix.node_version }}
+#       uses: actions/setup-node@v1
+#       with:
+#         version: ${{ matrix.node_version }}
 
-      - name: npm install
-        run: npm install
+#     - name: npm install
+#       run: npm install
 
-      - name: npm test
-        run: npm test
+#     - name: npm test
+#       run: npm test


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org