Skip to content

Commit

Permalink
Fix running tests against the correct versions of ESLint (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Jan 4, 2024
1 parent 893c508 commit 6fc5651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run integration ci 7 8 # eslint versions
- run: npm run integration test 7 8 # eslint versions
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion test/integration-across-eslint-majors.sh
Expand Up @@ -4,7 +4,7 @@ cmd="$1"
shift

case "$cmd" in
test|install);;
test|install|ci);;
*)
echo "Unknown integration subcommand $cmd"
exit 2
Expand Down

0 comments on commit 6fc5651

Please sign in to comment.