File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,23 @@ jobs:
1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
14+ - name : Checkout
15+ uses : actions/checkout@v3
16+
17+ - name : Use Node
18+ uses : actions/setup-node@v3
1619 with :
1720 node-version-file : ' .nvmrc'
18- cache : ' npm '
21+
1922 - run : |
2023 npm install
2124 npm run build
25+
2226 - run : npm link
2327 working-directory : ./dist
28+
2429 - run : npm link eslint-plugin-testing-library
30+
2531 - uses : AriPerkkio/eslint-remote-tester-run-action@v3
2632 with :
2733 issue-title : ' Results of weekly scheduled smoke test'
Original file line number Diff line number Diff line change 7070 "eslint-plugin-prettier" : " ^4.2.1" ,
7171 "eslint-plugin-promise" : " ^6.1.1" ,
7272 "eslint-remote-tester" : " ^3.0.0" ,
73- "eslint-remote-tester-repositories" : " ^0 .0.8 " ,
73+ "eslint-remote-tester-repositories" : " ^1 .0.0 " ,
7474 "husky" : " ^8.0.2" ,
7575 "is-ci" : " ^3.0.1" ,
7676 "jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments