Skip to content

Commit

Permalink
ci: run only node 18 tests on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivoululumigo committed May 23, 2024
1 parent 0968a75 commit bb5af0d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 15,951 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
command: npm run lint
- run:
name: code-coverage
command: npm test --coverage --testNamePattern=onlynode18 && codecov
command: npm test --coverage -- —group= node18 && codecov
- store_artifacts:
path: coverage
prefix: coverage
Expand Down
Loading

0 comments on commit bb5af0d

Please sign in to comment.