Skip to content

Commit

Permalink
Enable integration testing for eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemba committed May 26, 2024
1 parent caa50b0 commit 2e68d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run integration ci 7-legacy 8-legacy 8 # eslint versions
- run: npm run integration test 7-legacy 8-legacy 8 # eslint versions
- run: npm run integration ci 7-legacy 8-legacy 8 9 # eslint versions
- run: npm run integration test 7-legacy 8-legacy 8 9 # eslint versions
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 2e68d76

Please sign in to comment.