Skip to content

Commit

Permalink
ci: remove unnecessary lint filter
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 12, 2023
1 parent 546e017 commit 0e6646d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0e6646d

Please sign in to comment.