Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed May 7, 2024
1 parent 1134f9b commit d3b225c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ jobs:
- name: Downgrade ESLint to 7.5.0
run: yarn up eslint@7.5.0
- name: Run babel/eslint tests
run: node ./node_modules/.bin/jest eslint/babel-eslint-parser/ eslint/babel-eslint-plugin/ babel-eslint-tests/
run: node ./node_modules/.bin/jest eslint/babel-eslint-parser/ eslint/babel-eslint-plugin/ eslint/babel-eslint-tests/

eslint8-test:
name: Test @babel/eslint-* with ESLint 8.0.0
Expand All @@ -553,7 +553,7 @@ jobs:
- name: Downgrade ESLint to 8.0.0
run: yarn up eslint@8.0.0
- name: Run babel/eslint tests
run: node ./node_modules/.bin/jest eslint/babel-eslint-parser/ eslint/babel-eslint-plugin/ babel-eslint-tests/
run: node ./node_modules/.bin/jest eslint/babel-eslint-parser/ eslint/babel-eslint-plugin/ eslint/babel-eslint-tests/

test262-prepare:
name: test262 - Prepare for running in parallel
Expand Down

0 comments on commit d3b225c

Please sign in to comment.