From a40ba2877435337ca255b1ddfe1b0ce993665d36 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 23 Jul 2020 10:10:20 -0700 Subject: Temporarily only run unit tests while beta work in progress --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4754dfc..c3955a766 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,21 +28,21 @@ jobs: # Run the tests - name: Run Tap tests - run: node . run tap -- "test/tap/*.js" -t600 -Rclassic -c + run: node . test -- -t600 -Rclassic -c env: DEPLOY_VERSION: testing # Run coverage check - name: Run coverage report if: matrix.os == 'ubuntu-latest' && matrix.node-version == '12.x' - run: node . run tap -- "test/tap/*.js" -t600 -Rclassic -c + run: node . test -- -t600 -Rclassic -c env: DEPLOY_VERSION: testing COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_OPTIONAL_TOKEN }} # - name: Run sudo tests on Linux # if: matrix.os == 'ubuntu-latest' - # run: sudo PATH=$PATH $(which node) . run tap -- "test/tap/*.js" --coverage --timeout 600 + # run: sudo PATH=$PATH $(which node) . test -- --coverage --timeout 600 - name: Lint run: node . run lint -- cgit v1.2.3