From 0e6646d29345c1fd13b97fc45cfa8cd314853351 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 12 Jan 2023 08:46:06 -0800 Subject: [PATCH] ci: remove unnecessary lint filter --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55cfc580..e9a6f3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,16 +35,7 @@ jobs: - name: Install dependencies run: npm install - - name: Run Tests (no linting) - if: matrix.platform.os != 'ubuntu-latest' || matrix.node-version != '16.x' - run: npm test --ignore-scripts -- -c -t0 - env: - RIMRAF_TEST_START_CHAR: a - RIMRAF_TEST_END_CHAR: j - RIMRAF_TEST_DEPTH: 5 - - name: Run Tests - if: matrix.platform.os == 'ubuntu-latest' && matrix.node-version == '16.x' run: npm test -- -t0 -c env: RIMRAF_TEST_START_CHAR: a